AuthenticationResponseGrant.Identity Property

The identity associated with the user sign in.

Namespace:  Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Property Identity As ClaimsIdentity 
    Get 
    Private Set
'Usage
Dim instance As AuthenticationResponseGrant 
Dim value As ClaimsIdentity 

value = instance.Identity
public ClaimsIdentity Identity { get; private set; }
public:
property ClaimsIdentity^ Identity {
    ClaimsIdentity^ get ();
    private: void set (ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, private set
function get Identity () : ClaimsIdentity 
private function set Identity (value : ClaimsIdentity)

Property Value

Type: ClaimsIdentity
Returns ClaimsIdentity.

See Also

Reference

AuthenticationResponseGrant Class

Microsoft.Owin.Security Namespace