Click or drag to resize

WellKnownPrincipal Enumeration

IT Hit WebDAV Classes Reference
Lists predefined principals having special meaning in WebDav. Urls of these principals will be retrieved using ResolveWellKnownPrincipalAsync(WellKnownPrincipal)

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public enum WellKnownPrincipal
Members
  Member nameValueDescription
All0 Matches all principals.
Authenticated1 Matches all authenticated principals.
Unauthenticated2 Matches all unauthenticated principals.
Self3 Matches currently logged in principal.
Owner4 Matches principal that is owner of hierarchy item.
Group5 Matches principal that is group of hierarchy item.
See Also