HubCallerContext::User Property

.NET Framework 4.5

Gets the IPrincipal for the request.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

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

Property Value

Type: System.Security.Principal::IPrincipal
The IPrincipal for the request.
Show: