Share via


GoogleAuthenticatedContext.Identity Property

 

Gets or sets the ClaimsIdentity representing the user

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

Syntax

public ClaimsIdentity Identity { get; set; }
public:
property ClaimsIdentity^ Identity {
    ClaimsIdentity^ get();
    void set(ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, set
Public Property Identity As ClaimsIdentity

Property Value

Type: System.Security.Claims.ClaimsIdentity

Returns ClaimsIdentity.

See Also

GoogleAuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top