Share via


GoogleAuthenticatedContext.AttributeExchangeProperties Property

 

Gets the key-value dictinary of message properties

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

Syntax

public IDictionary<string, string> AttributeExchangeProperties { get; private set; }
public:
property IDictionary<String^, String^>^ AttributeExchangeProperties {
    IDictionary<String^, String^>^ get();
    private: void set(IDictionary<String^, String^>^ value);
}
member AttributeExchangeProperties : IDictionary<string, string> with get, private set
Public Property AttributeExchangeProperties As IDictionary(Of String, String)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

Returns IDictionary<TKey, TValue>.

See Also

GoogleAuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top