Show / Hide Table of Contents

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<PermissionModel>(PermissionModel)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX