System.Security.Permissions.KeyContainerPermission.IsUnrestricted Method

Determines whether the current permission is unrestricted.

Syntax

public bool IsUnrestricted ()

Returns

true if the current permission is unrestricted; otherwise, false.

Remarks

An unrestricted permission represents access to all resources protected by the permission.

Requirements

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