Partager via


GoogleChallengeProperties Constructeurs

Définition

Surcharges

GoogleChallengeProperties()

Initialise une nouvelle instance de GoogleChallengeProperties.

GoogleChallengeProperties(IDictionary<String,String>)

Initialise une nouvelle instance de GoogleChallengeProperties.

GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)

Initialise une nouvelle instance de GoogleChallengeProperties.

GoogleChallengeProperties()

Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs

Initialise une nouvelle instance de GoogleChallengeProperties.

public:
 GoogleChallengeProperties();
public GoogleChallengeProperties ();
Public Sub New ()

S’applique à

GoogleChallengeProperties(IDictionary<String,String>)

Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs

Initialise une nouvelle instance de GoogleChallengeProperties.

public:
 GoogleChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties
Public Sub New (items As IDictionary(Of String, String))

Paramètres

items
IDictionary<String,String>

Dictionnaire de valeurs d’état à utiliser.

S’applique à

GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)

Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs
Source:
GoogleChallengeProperties.cs

Initialise une nouvelle instance de GoogleChallengeProperties.

public:
 GoogleChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items, System.Collections.Generic.IDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties
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.

S’applique à