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

See Also

Reference

AuthenticationDescription Class

AuthenticationDescription Overload

Microsoft.Owin.Security Namespace