SecurityManager::ResolvePolicyGroups Method (Evidence^)

 
Note: This API is now obsolete.

Gets a collection of code groups matching the specified evidence.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
static IEnumerator^ ResolvePolicyGroups(
	Evidence^ evidence
)

Parameters

evidence
Type: System.Security.Policy::Evidence^

The evidence set against which the policy is evaluated.

Return Value

Type: System.Collections::IEnumerator^

An enumeration of the set of code groups matching the evidence.

Exception Condition
NotSupportedException

This method uses code access security (CAS) policy, which is obsolete in the .NET Framework 4. To enable CAS policy for compatibility with earlier versions of the .NET Framework, use the <legacyCasPolicy> element.

This method is useful in analyzing how a specified policy configuration works with specific kinds of evidence.

Code groups will be returned from all applicable levels of the policy hierarchy matching the evidence parameter.

.NET Framework
Available since 1.1
Return to top
Show: