OpenIdConnectChallengeProperties Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OpenIdConnectChallengeProperties() |
Initialise une nouvelle instance de OpenIdConnectChallengeProperties. |
OpenIdConnectChallengeProperties(IDictionary<String,String>) |
Initialise une nouvelle instance de OpenIdConnectChallengeProperties. |
OpenIdConnectChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>) |
Initialise une nouvelle instance de OpenIdConnectChallengeProperties. |
OpenIdConnectChallengeProperties()
Initialise une nouvelle instance de OpenIdConnectChallengeProperties.
public:
OpenIdConnectChallengeProperties();
public OpenIdConnectChallengeProperties ();
Public Sub New ()
S’applique à
OpenIdConnectChallengeProperties(IDictionary<String,String>)
Initialise une nouvelle instance de OpenIdConnectChallengeProperties.
public:
OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String))
Paramètres
- items
- IDictionary<String,String>
Dictionnaire de valeurs d’état à utiliser.
S’applique à
OpenIdConnectChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
Initialise une nouvelle instance de OpenIdConnectChallengeProperties.
public:
OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items, System.Collections.Generic.IDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String), parameters As IDictionary(Of String, Object))
Paramètres
- items
- IDictionary<String,String>
Dictionnaire de valeurs d’état à utiliser.
- parameters
- IDictionary<String,Object>
Dictionnaire de paramètres à utiliser.