AuthenticationResponseGrant.Identity Property
The identity associated with the user sign in.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.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
AuthenticationResponseGrant Class
Microsoft.Owin.Security Namespace
Return to top