Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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