AuthenticationProperties Constructor
Initializes a new instance of the AuthenticationProperties class.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Overload List
Name | Description | |
---|---|---|
AuthenticationProperties() | Initializes a new instance of the AuthenticationProperties class |
|
AuthenticationProperties(IDictionary<String, String>) | Initializes a new instance of the AuthenticationProperties class |
See Also
AuthenticationProperties Class
Microsoft.Owin.Security Namespace
Return to top
AuthenticationProperties Constructor ()
Initializes a new instance of the AuthenticationProperties class
Syntax
public AuthenticationProperties()
public:
AuthenticationProperties()
new : unit -> AuthenticationProperties
Public Sub New
Return to top
AuthenticationProperties Constructor (IDictionary<String, String>)
Initializes a new instance of the AuthenticationProperties class
Syntax
public AuthenticationProperties(
IDictionary<string, string> dictionary
)
public:
AuthenticationProperties(
IDictionary<String^, String^>^ dictionary
)
new :
dictionary:IDictionary<string, string> -> AuthenticationProperties
Public Sub New (
dictionary As IDictionary(Of String, String)
)
Parameters
- dictionary
Type: System.Collections.Generic.IDictionary<String, String>
Return to top