Click or drag to resize

IPrincipalAsyncIsWellKnownPrincipal Method

IT Hit WebDAV Classes Reference
Determines whether the principal is well known, the one that is defined by WellKnownPrincipal enumeration.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
bool IsWellKnownPrincipal(
	WellKnownPrincipal wellknownPrincipal
)

bool IsWellKnownPrincipal(
	WellKnownPrincipal wellknownPrincipal
)

Parameters

wellknownPrincipal
Type: ITHit.WebDAV.Server.AclWellKnownPrincipal
Type of wellknown principal to check this one against.

Return Value

Type: Boolean
Whether the principal is wellknownPrincipal.
See Also