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.
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