System.Security.Policy.CodeGroup.ResolveMatchingCodeGroups Method

When overridden in a derived class, resolves matching code groups.

Syntax

public abstract 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

This method has the same evaluation characteristics as CodeGroup.Resolve(Evidence). 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.

Requirements

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