Share via


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

Initializes a new instance of the AuthenticationProperties class

System_CAPS_pubmethod 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

Return to top