GoogleAuthenticatedContext.Properties Property

Gets or sets a property bag for common authentication properties

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

Syntax

'Declaration
Public Property Properties As AuthenticationProperties 
    Get 
    Set
'Usage
Dim instance As GoogleAuthenticatedContext 
Dim value As AuthenticationProperties 

value = instance.Properties

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

Property Value

Type: Microsoft.Owin.Security.AuthenticationProperties

See Also

Reference

GoogleAuthenticatedContext Class

Microsoft.Owin.Security.Google Namespace