AuthenticationDescription Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- items
- IDictionary<String,Object>