Click or drag to resize

PermissionModel Enumeration

Possible permission models.

Namespace:  VDS.RDF.Configuration.Permissions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum PermissionModel
Members
  Member nameValueDescription
DenyAllow0 If the action appears in the deny list it is denied unless it is in the allow list, otherwise it is allowed
AllowDeny1 If the action appears in the allow list it is allowed unless it is in the deny list, otherwise it is denied
AllowAny2 All actions are allowed
DenyAny3 All actions are denied
See Also