System.Security.SecurityManager.IsGranted Method

Determines whether a permission is granted to the caller.

Syntax

[System.Obsolete]
public static bool IsGranted (IPermission perm)

Parameters

perm
The permission to test against the grant of the caller.

Returns

true if the permissions granted to the caller include the permission perm; otherwise, false.

Remarks

Granting of permissions is determined by policy and is different from a demand subject to overrides, such as an assert. Also, SecurityManager.IsGranted(IPermission) only tests the grant of the calling code assembly, independent of other callers on the stack.

Requirements

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