Chia sẻ qua


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

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

Property Value

Type: Microsoft.Owin.Security.AuthenticationProperties

Returns AuthenticationProperties.

See Also

GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top