AuthenticationProperties.Dictionary Property

State values about the authentication session.

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

Syntax

'Declaration
Public ReadOnly Property Dictionary As IDictionary(Of String, String)
    Get
'Usage
Dim instance As AuthenticationProperties 
Dim value As IDictionary(Of String, String)

value = instance.Dictionary
public IDictionary<string, string> Dictionary { get; }
public:
property IDictionary<String^, String^>^ Dictionary {
    IDictionary<String^, String^>^ get ();
}
member Dictionary : IDictionary<string, string>
function get Dictionary () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.

See Also

Reference

AuthenticationProperties Class

Microsoft.Owin.Security Namespace