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