Initializes a new instance of the VGPrincipalPermission class with the specified PermissionState.
Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.
public VGPrincipalPermission(Guid,VGPermissionType);
Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.
public VGPrincipalPermission(Guid,VGPermissionType,Boolean);
Initializes a new instance of the VGPrincipalPermission class with the specified PermissionState.
public VGPrincipalPermission(PermissionState);
Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.
public VGPrincipalPermission(String,VGPermissionType);
Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.
public VGPrincipalPermission(String,VGPermissionType,Boolean);
VGPrincipalPermission Class | Novalys.VisualGuard.Security Namespace