KeyContainerPermission Constructor (PermissionState)

 

Initializes a new instance of the KeyContainerPermission class with either restricted or unrestricted permission.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
KeyContainerPermission(
	PermissionState state
)

Parameters

state
Type: System.Security.Permissions::PermissionState

One of the PermissionState values.

Exception Condition
ArgumentException

state is not a valid PermissionState value.

Creates either None (fully restricted) or Unrestricted access to key containers.

.NET Framework
Available since 2.0
Return to top
Show: