Click or drag to resize

VGPrincipalPermission Constructor (PermissionState)

Initializes a new instance of the VGPrincipalPermission class with the specified PermissionState.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGPrincipalPermission(
	PermissionState state
)

Parameters

state
Type: System.Security.PermissionsPermissionState
One of the PermissionState values.
Exceptions
ExceptionCondition
ArgumentExceptionThe state parameter is not a valid PermissionState.
See Also