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
Source:
AuthenticationProperties.cs

Initializes a new instance of the AuthenticationProperties class

public:
 AuthenticationProperties();
public AuthenticationProperties ();
Public Sub New ()

Applies to

AuthenticationProperties(IDictionary<String,String>)

Source:
AuthenticationProperties.cs
Source:
AuthenticationProperties.cs

Initializes a new instance of the AuthenticationProperties class

public:
 AuthenticationProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string> items);
new Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
Public Sub New (items As IDictionary(Of String, String))

Parameters

Applies to