ICurrentUserPrincipalGetCurrentUserPrincipalAsync Method
IT Hit WebDAV Classes Reference
Retrieves currently logged in principal.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<IPrincipal> GetCurrentUserPrincipalAsync()
Function GetCurrentUserPrincipalAsync As Task(Of IPrincipal)
Task<IPrincipal^>^ GetCurrentUserPrincipalAsync()
abstract GetCurrentUserPrincipalAsync : unit -> Task<IPrincipal>
Return Value
Type:
TaskIPrincipalCurrently logged in principal.
Remarks The Engine will request
Path on the returned item.
See Also