GoogleChallengeProperties Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GoogleChallengeProperties() |
Initialisiert eine neue Instanz von GoogleChallengeProperties. |
GoogleChallengeProperties(IDictionary<String,String>) |
Initialisiert eine neue Instanz von GoogleChallengeProperties. |
GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>) |
Initialisiert eine neue Instanz von GoogleChallengeProperties. |
GoogleChallengeProperties()
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
Initialisiert eine neue Instanz von GoogleChallengeProperties.
public:
GoogleChallengeProperties();
public GoogleChallengeProperties ();
Public Sub New ()
Gilt für:
GoogleChallengeProperties(IDictionary<String,String>)
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
Initialisiert eine neue Instanz von 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))
Parameter
- items
- IDictionary<String,String>
Zu verwendende Zustandswertewörterbuch.
Gilt für:
GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
- Quelle:
- GoogleChallengeProperties.cs
Initialisiert eine neue Instanz von 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))
Parameter
- items
- IDictionary<String,String>
Zu verwendende Zustandswertewörterbuch.
- parameters
- IDictionary<String,Object>
Zu verwendende Parameterwörterbuch.