SetAclErrorDetailsAllowedPrincipal Field
IT Hit WebDAV Classes Reference 
            The principals specified in the ACEs submitted in the ACL request MUST be
            allowed as principals for the resource. For example, a server where only authenticated principals can access
            resources would not allow the DAV:all or DAV:unauthenticated principals to be used in an ACE, since these
            would allow unauthenticated access to resources.
            
 
    Namespace: 
   ITHit.WebDAV.Server.Acl
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntaxpublic static readonly ErrorDetails AllowedPrincipal
Public Shared ReadOnly AllowedPrincipal As ErrorDetails
public:
static initonly ErrorDetails AllowedPrincipal
static val AllowedPrincipal: ErrorDetails
Field Value
Type: 
ErrorDetails
See Also