System.Security.SecurityManager.ResolveSystemPolicy Method

Determines which permissions to grant to code based on the specified evidence, excluding the policy for the AppDomain level.

Syntax

[System.Obsolete]
public static PermissionSet ResolveSystemPolicy (System.Security.Policy.Evidence evidence)

Parameters

evidence
The evidence set used to evaluate policy.

Returns

The set of permissions that can be granted by the security system.

Remarks

This method invokes the security policy engine and provides it with evidence of the calling code's identity. The result is determined by the system security policy exclusive of any AppDomain policy.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0