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
SyntaxTask<IPrincipal> GetCurrentUserPrincipalAsync()
Function GetCurrentUserPrincipalAsync As Task(Of IPrincipal)
Task<IPrincipal^>^ GetCurrentUserPrincipalAsync()
abstract GetCurrentUserPrincipalAsync : unit -> Task<IPrincipal>
Return Value
Type:
TaskIPrincipalCurrently logged in principal.
RemarksThe Engine will request
Path on the returned item.
See Also