Поделиться через


GoogleChallengeProperties Конструкторы

Определение

Перегрузки

GoogleChallengeProperties()

Инициализирует новый экземпляр GoogleChallengeProperties.

GoogleChallengeProperties(IDictionary<String,String>)

Инициализирует новый экземпляр GoogleChallengeProperties.

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

Инициализирует новый экземпляр GoogleChallengeProperties.

GoogleChallengeProperties()

Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs

Инициализирует новый экземпляр GoogleChallengeProperties.

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

Применяется к

GoogleChallengeProperties(IDictionary<String,String>)

Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs

Инициализирует новый экземпляр 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))

Параметры

items
IDictionary<String,String>

Используемый словарь значений состояния.

Применяется к

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

Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs
Исходный код:
GoogleChallengeProperties.cs

Инициализирует новый экземпляр 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))

Параметры

items
IDictionary<String,String>

Используемый словарь значений состояния.

parameters
IDictionary<String,Object>

Используемый словарь параметров.

Применяется к