AuthenticationDescription Constructor (IDictionary<String, Object>)
Initializes a new instance of the AuthenticationDescription class.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Sub New ( _
properties As IDictionary(Of String, Object) _
)
'Usage
Dim properties As IDictionary(Of String, Object)
Dim instance As New AuthenticationDescription(properties)
public AuthenticationDescription(
IDictionary<string, Object> properties
)
public:
AuthenticationDescription(
IDictionary<String^, Object^>^ properties
)
new :
properties:IDictionary<string, Object> -> AuthenticationDescription
public function AuthenticationDescription(
properties : IDictionary<String, Object>
)
Parameters
- properties
Type: System.Collections.Generic.IDictionary<String, Object>
The properties of this authentication.
See Also
Reference
AuthenticationDescription Class