SecurityManager::ResolvePolicy Method (Evidence)
Note: This API is now obsolete.
Determines what permissions to grant to code based on the specified evidence.
Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
[ObsoleteAttribute(L"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.")] public: static PermissionSet^ ResolvePolicy( Evidence^ evidence )
Parameters
- evidence
- Type: System.Security.Policy::Evidence
The evidence set used to evaluate policy.
Return Value
Type: System.Security::PermissionSetThe set of permissions that can be granted by the security system.
| 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.<NetFx40_LegacySecurityPolicy> Element. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.