HttpListenerWebSocketContext::User Property

.NET Framework (current version)
 

Gets an object used to obtain identity, authentication information, and security roles for the WebSocket client.

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

public:
property IPrincipal^ User {
	virtual IPrincipal^ get() override;
}

Property Value

Type: System.Security.Principal::IPrincipal^

Returns IPrincipal.

The identity, authentication information, and security roles for the WebSocket client.

.NET Framework
Available since 4.5
Return to top
Show: