共用方式為


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>

要使用的參數字典。

適用於