The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RegistryPermission Constructor (PermissionState)
.NET Framework (current version)
Initializes a new instance of the RegistryPermission class with either fully restricted or unrestricted permission as specified.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- state
-
Type:
System.Security.Permissions::PermissionState
One of the PermissionState values.
| Exception | Condition |
|---|---|
| ArgumentException | The state parameter is not a valid value of PermissionState. |
Creates either fully restricted (None) or Unrestricted access to registry variables.
.NET Framework
Available since 1.1
Available since 1.1
Show: