Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
State values about the authentication session.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IDictionary<string, string> Dictionary { get; }
public:
property IDictionary<String^, String^>^ Dictionary {
IDictionary<String^, String^>^ get();
}
member Dictionary : IDictionary<string, string> with get
Public ReadOnly Property Dictionary As IDictionary(Of String, String)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.
See Also
AuthenticationProperties Class
Microsoft.Owin.Security Namespace
Return to top