Click or drag to resize

VGPrincipalPermission Constructor (Guid, VGPermissionType, Boolean)

Initializes a new instance of the VGPrincipalPermission class for the specified role or permission.

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(
	Guid repositoryId,
	VGPermissionType type,
	bool isAuthenticated
)

Parameters

repositoryId
Type: SystemGuid
The Visual Guard unique identifier of the role or the permission for which to check membership.
type
Type: Novalys.VisualGuard.SecurityVGPermissionType
the type of the item to check (role or permission)
isAuthenticated
Type: SystemBoolean
true to signify that the user is authenticated; otherwise, false.
Remarks
When isAuthenticated is equal to false, repositoryId is ignored.
See Also