次の方法で共有


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>

使用するパラメーター ディクショナリ。

適用対象