HttpRequestWrapper::LogonUserIdentity Property

 

Gets the WindowsIdentity type for the current user.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property WindowsIdentity^ LogonUserIdentity {
	virtual WindowsIdentity^ get() override;
}

Property Value

Type: System.Security.Principal::WindowsIdentity^

The identity for the current user.

.NET Framework
Available since 3.5
Return to top
Show: