Specifies the type of the item (role or permission) checked by the VGPrincipalPermission object.
Namespace:
Novalys.VisualGuard.SecurityAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public enum VGPermissionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration VGPermissionType |
Members
| Member name | Description | |
|---|---|---|
| Role |
Specifies that the type of the item to check is a role.
| |
| Permission |
Specifies that the type of the item to check is a permission.
| |
| None |