Compartilhar via


GoogleChallengeProperties Construtores

Definição

Sobrecargas

GoogleChallengeProperties()

Inicializa uma nova instância de GoogleChallengeProperties.

GoogleChallengeProperties(IDictionary<String,String>)

Inicializa uma nova instância de GoogleChallengeProperties.

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

Inicializa uma nova instância de GoogleChallengeProperties.

GoogleChallengeProperties()

Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs

Inicializa uma nova instância de GoogleChallengeProperties.

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

Aplica-se a

GoogleChallengeProperties(IDictionary<String,String>)

Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs

Inicializa uma nova instância 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))

Parâmetros

items
IDictionary<String,String>

Dicionário de valores de estado a ser usado.

Aplica-se a

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

Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs
Origem:
GoogleChallengeProperties.cs

Inicializa uma nova instância 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))

Parâmetros

items
IDictionary<String,String>

Dicionário de valores de estado a ser usado.

parameters
IDictionary<String,Object>

Dicionário de parâmetros a ser usado.

Aplica-se a