AuthenticationProperties Konstruktoren

Definition

Überlädt

AuthenticationProperties()

Initialisiert eine neue Instanz der AuthenticationProperties-Klasse.

AuthenticationProperties(IDictionary<String,String>)

Initialisiert eine neue Instanz der AuthenticationProperties-Klasse.

AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>)

Initialisiert eine neue Instanz der AuthenticationProperties-Klasse.

AuthenticationProperties()

Initialisiert eine neue Instanz der AuthenticationProperties-Klasse.

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

Gilt für:

AuthenticationProperties(IDictionary<String,String>)

Initialisiert eine neue Instanz der AuthenticationProperties-Klasse.

public:
 AuthenticationProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string> items);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string?> items);
[System.Text.Json.Serialization.JsonConstructor]
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.AspNetCore.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public Sub New (items As IDictionary(Of String, String))

Parameter

items
IDictionary<String,String>

Zu verwendende Zustandswertewörterbuch.

Attribute

Gilt für:

AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>)

Initialisiert eine neue Instanz der AuthenticationProperties-Klasse.

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

Parameter

items
IDictionary<String,String>

Zu verwendende Zustandswertewörterbuch.

parameters
IDictionary<String,Object>

Zu verwendende Parameterwörterbuch.

Gilt für: