IAuthenticationManager.User Property
Returns the current user for the request.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
ClaimsPrincipal User { get; set; }
property ClaimsPrincipal^ User {
ClaimsPrincipal^ get();
void set(ClaimsPrincipal^ value);
}
abstract User : ClaimsPrincipal with get, set
Property User As ClaimsPrincipal
Property Value
Type: System.Security.Claims.ClaimsPrincipal
Returns ClaimsPrincipal.
See Also
IAuthenticationManager Interface
Microsoft.Owin.Security Namespace
Return to top