System.Security.Policy.FileCodeGroup.ResolveMatchingCodeGroups Method

Resolves matching code groups.

Syntax

public override CodeGroup ResolveMatchingCodeGroups (Evidence evidence)

Parameters

evidence
The evidence for the assembly.

Returns

A System.Security.Policy.CodeGroup that is the root of the tree of matching code groups.

Remarks

Given evidence for an assembly to be loaded, this method evaluates the code group by first checking the membership condition against the specified evidence. If there is a match, this method returns a root code group. The code group that is returned contains child code groups, which in turn can have child code groups as necessary to reflect the complete set of code groups that were matched by the evidence provided.

System.Security.Policy.FileCodeGroup uses union semantics and forms a permission set based on the System.Security.Policy.Url specified by evidence.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0