Freigeben über


AuthenticationDescription Konstruktoren

Definition

Überlädt

AuthenticationDescription()

Initialisiert eine neue Instanz der AuthenticationDescription-Klasse.

AuthenticationDescription(IDictionary<String,Object>)

Initialisiert eine neue Instanz der AuthenticationDescription-Klasse.

AuthenticationDescription()

Quelle:
AuthenticationDescription.cs
Quelle:
AuthenticationDescription.cs

Initialisiert eine neue Instanz der AuthenticationDescription-Klasse.

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

Gilt für:

AuthenticationDescription(IDictionary<String,Object>)

Quelle:
AuthenticationDescription.cs
Quelle:
AuthenticationDescription.cs

Initialisiert eine neue Instanz der AuthenticationDescription-Klasse.

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

Parameter

Gilt für: