AuthenticationDescription.Properties Property
Contains metadata about the authentication provider.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IDictionary<string, object> Properties { get; private set; }
public:
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get();
private: void set(IDictionary<String^, Object^>^ value);
}
member Properties : IDictionary<string, Object> with get, private set
Public Property Properties As IDictionary(Of String, Object)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The properties of this authentication.
See Also
AuthenticationDescription Class
Microsoft.Owin.Security Namespace
Return to top