PermissionModel Enumeration |
Possible permission models.
Namespace:
VDS.RDF.Configuration.Permissions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic enum PermissionModel
Public Enumeration PermissionModel
Members
| Member name | Value | Description |
---|
| DenyAllow | 0 |
If the action appears in the deny list it is denied unless it is in the allow list, otherwise it is allowed
|
| AllowDeny | 1 |
If the action appears in the allow list it is allowed unless it is in the deny list, otherwise it is denied
|
| AllowAny | 2 |
All actions are allowed
|
| DenyAny | 3 |
All actions are denied
|
See Also