GoogleChallengeProperties Oluşturucular

Tanım

Aşırı Yüklemeler

GoogleChallengeProperties()

öğesinin yeni bir örneğini GoogleChallengePropertiesbaşlatır.

GoogleChallengeProperties(IDictionary<String,String>)

öğesinin yeni bir örneğini GoogleChallengePropertiesbaşlatır.

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

öğesinin yeni bir örneğini GoogleChallengePropertiesbaşlatır.

GoogleChallengeProperties()

öğesinin yeni bir örneğini GoogleChallengePropertiesbaşlatır.

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

Şunlara uygulanır

GoogleChallengeProperties(IDictionary<String,String>)

öğesinin yeni bir örneğini GoogleChallengePropertiesbaşlatır.

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))

Parametreler

items
IDictionary<String,String>

Kullanılacak durum değerleri sözlüğü.

Şunlara uygulanır

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

öğesinin yeni bir örneğini GoogleChallengePropertiesbaşlatır.

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))

Parametreler

items
IDictionary<String,String>

Kullanılacak durum değerleri sözlüğü.

parameters
IDictionary<String,Object>

Kullanılacak parametre sözlüğü.

Şunlara uygulanır