AuthenticationDescription Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| AuthenticationDescription() |
Inicjuje nowe wystąpienie klasy AuthenticationDescription |
| AuthenticationDescription(IDictionary<String,Object>) |
Inicjuje nowe wystąpienie klasy AuthenticationDescription |
AuthenticationDescription()
- Źródło:
- AuthenticationDescription.cs
- Źródło:
- AuthenticationDescription.cs
Inicjuje nowe wystąpienie klasy AuthenticationDescription
public:
AuthenticationDescription();
public AuthenticationDescription ();
Public Sub New ()
Dotyczy
AuthenticationDescription(IDictionary<String,Object>)
- Źródło:
- AuthenticationDescription.cs
- Źródło:
- AuthenticationDescription.cs
Inicjuje nowe wystąpienie klasy AuthenticationDescription
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))
Parametry
- items
- IDictionary<String,Object>