Share via


HttpUtility.GetWindowsIdentityOfCurrentUser Method

 

Retrieves the Windows identity of the current user. Variants of this overloaded method can specify whether to throw an exception if an error occurs and specify the HTTP session.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetWindowsIdentityOfCurrentUser(Boolean)

Retrieves the Windows identity of the current user.

System_CAPS_pubmethodSystem_CAPS_static GetWindowsIdentityOfCurrentUser(Boolean, HttpSessionState)

Retrieves the Windows identity of the current user by specifying the HTTP session.

See Also

HttpUtility Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top