Udostępnij za pośrednictwem


GoogleChallengeProperties Konstruktory

Definicja

Przeciążenia

GoogleChallengeProperties()

Inicjuje nowe wystąpienie klasy GoogleChallengeProperties.

GoogleChallengeProperties(IDictionary<String,String>)

Inicjuje nowe wystąpienie klasy GoogleChallengeProperties.

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

Inicjuje nowe wystąpienie klasy GoogleChallengeProperties.

GoogleChallengeProperties()

Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs

Inicjuje nowe wystąpienie klasy GoogleChallengeProperties.

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

Dotyczy

GoogleChallengeProperties(IDictionary<String,String>)

Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs

Inicjuje nowe wystąpienie klasy 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))

Parametry

items
IDictionary<String,String>

Słownik wartości stanu do użycia.

Dotyczy

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

Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs
Źródło:
GoogleChallengeProperties.cs

Inicjuje nowe wystąpienie klasy 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))

Parametry

items
IDictionary<String,String>

Słownik wartości stanu do użycia.

parameters
IDictionary<String,Object>

Słownik parametrów do użycia.

Dotyczy