GoogleChallengeProperties Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GoogleChallengeProperties() |
Inizializza una nuova istanza di GoogleChallengeProperties. |
GoogleChallengeProperties(IDictionary<String,String>) |
Inizializza una nuova istanza di GoogleChallengeProperties. |
GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>) |
Inizializza una nuova istanza di GoogleChallengeProperties. |
GoogleChallengeProperties()
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
Inizializza una nuova istanza di GoogleChallengeProperties.
public:
GoogleChallengeProperties();
public GoogleChallengeProperties ();
Public Sub New ()
Si applica a
GoogleChallengeProperties(IDictionary<String,String>)
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
Inizializza una nuova istanza di 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))
Parametri
- items
- IDictionary<String,String>
Dizionario valori di stato da usare.
Si applica a
GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
- Origine:
- GoogleChallengeProperties.cs
Inizializza una nuova istanza di 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))
Parametri
- items
- IDictionary<String,String>
Dizionario valori di stato da usare.
- parameters
- IDictionary<String,Object>
Dizionario parametri da usare.