AspNetWebSocketContext::LogonUserIdentity Property

.NET Framework (current version)
 

Gets the security token for the current user.

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

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

Property Value

Type: System.Security.Principal::WindowsIdentity^

An object that provides identity information to IIS about the current user.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: