KeyContainerPermission Constructor (PermissionState)
.NET Framework (current version)
Initializes a new instance of the KeyContainerPermission class with either restricted or unrestricted permission.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 2.0
Show: