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 the authenticated user identity.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public ClaimsIdentity Identity { get; private set; }
public:
property ClaimsIdentity^ Identity {
ClaimsIdentity^ get();
private: void set(ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, private set
Public Property Identity As ClaimsIdentity
Get
Private Set
End Property
Property Value
Type: System.Security.Claims.ClaimsIdentity
Returns ClaimsIdentity.
See Also
AuthenticationTicket Class
Microsoft.Owin.Security Namespace
Return to top