AspNetWebSocketContext::User Property

.NET Framework (current version)
 

Gets an object that represents the security context of the user for the current AspNetWebSocket connection.

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

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

Property Value

Type: System.Security.Principal::IPrincipal^

The security context of the user.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: