GoogleAuthenticatedContext.Identity Property

Gets or sets the claims identity associated with the context.

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

Syntax

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

value = instance.Identity

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

Property Value

Type: ClaimsIdentity
The claims identity associated with the context.

See Also

Reference

GoogleAuthenticatedContext Class

Microsoft.Owin.Security.Google Namespace