GoogleChallengeProperties Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.