Enum PermissionModel
Possible permission models.
Namespace: VDS.RDF.Configuration.Permissions
Assembly: dotNetRDF.dll
Syntax
public enum PermissionModel
Fields
Name | Description |
---|---|
AllowAny | All actions are allowed |
AllowDeny | If the action appears in the allow list it is allowed unless it is in the deny list, otherwise it is denied |
DenyAllow | If the action appears in the deny list it is denied unless it is in the allow list, otherwise it is allowed |
DenyAny | All actions are denied |