AuthenticationProperties 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í
AuthenticationProperties() |
Inicializuje novou instanci AuthenticationProperties třídy. |
AuthenticationProperties(IDictionary<String,String>) |
Inicializuje novou instanci AuthenticationProperties třídy. |
AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>) |
Inicializuje novou instanci AuthenticationProperties třídy. |
AuthenticationProperties()
Inicializuje novou instanci AuthenticationProperties třídy.
public:
AuthenticationProperties();
public AuthenticationProperties ();
Public Sub New ()
Platí pro
AuthenticationProperties(IDictionary<String,String>)
Inicializuje novou instanci AuthenticationProperties třídy.
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))
Parametry
- items
- IDictionary<String,String>
Slovník hodnot stavu, který se má použít.
- Atributy
Platí pro
AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>)
Inicializuje novou instanci AuthenticationProperties třídy.
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))
Parametry
- items
- IDictionary<String,String>
Slovník hodnot stavu, který se má použít.
- parameters
- IDictionary<String,Object>
Slovník parametrů, který se má použít.