AuthenticationProperties Constructors

Definition

Overloads

AuthenticationProperties()

Initializes a new instance of the AuthenticationProperties class

AuthenticationProperties(IDictionary<String,String>)

Initializes a new instance of the AuthenticationProperties class

AuthenticationProperties()

Source:
AuthenticationProperties.cs

Initializes a new instance of the AuthenticationProperties class

public AuthenticationProperties ();
Public Sub New ()

Applies to

AuthenticationProperties(IDictionary<String,String>)

Source:
AuthenticationProperties.cs

Initializes a new instance of the AuthenticationProperties class

public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string> dictionary);
new Microsoft.Owin.Security.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Owin.Security.AuthenticationProperties
Public Sub New (dictionary As IDictionary(Of String, String))

Parameters

dictionary
IDictionary<String,String>

Applies to