SecurityManager::ResolvePolicyGroups Method (Evidence^)
.NET Framework (current version)
Note: This API is now obsolete.Namespace:
System.Security
Assembly: mscorlib (in mscorlib.dll)
Return to top
Gets a collection of code groups matching the specified evidence.
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
Available since 1.1
Show: