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.
Gets or sets the identity of this context.
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public ClaimsIdentity Identity { get; set; }
public:
property ClaimsIdentity^ Identity {
ClaimsIdentity^ get();
void set(ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, set
Public Property Identity As ClaimsIdentity
Property Value
Type: System.Security.Claims.ClaimsIdentity
The identity of this context.
See Also
ReturnEndpointContext Class
Microsoft.Owin.Security.Provider Namespace
Return to top