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