AuthenticationDescription Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AuthenticationDescription() |
Inicializuje novou instanci AuthenticationDescription třídy . |
AuthenticationDescription(IDictionary<String,Object>) |
Inicializuje novou instanci AuthenticationDescription třídy . |
AuthenticationDescription()
Inicializuje novou instanci AuthenticationDescription třídy .
public:
AuthenticationDescription();
public AuthenticationDescription ();
Public Sub New ()
Platí pro
AuthenticationDescription(IDictionary<String,Object>)
Inicializuje novou instanci AuthenticationDescription třídy .
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>