Share via


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
System_CAPS_pubmethod AuthenticationDescription()

Initializes a new instance of the AuthenticationDescription class.

System_CAPS_pubmethod 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

Return to top