RegistryPermission Constructor (PermissionState)

 

Initializes a new instance of the RegistryPermission class with either fully restricted or unrestricted permission as specified.

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

public:
RegistryPermission(
	PermissionState state
)

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.

The following code example shows the use of the RegistryPermission(PermissionState) constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: