Sdílet prostřednictvím


GoogleChallengeProperties Konstruktory

Definice

Přetížení

GoogleChallengeProperties()

Inicializuje novou instanci .GoogleChallengeProperties

GoogleChallengeProperties(IDictionary<String,String>)

Inicializuje novou instanci .GoogleChallengeProperties

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

Inicializuje novou instanci .GoogleChallengeProperties

GoogleChallengeProperties()

Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs

Inicializuje novou instanci .GoogleChallengeProperties

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

Platí pro

GoogleChallengeProperties(IDictionary<String,String>)

Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs

Inicializuje novou instanci .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>

Slovník hodnot stavů, který se má použít.

Platí pro

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

Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs
Zdroj:
GoogleChallengeProperties.cs

Inicializuje novou instanci .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>

Slovník hodnot stavů, který se má použít.

parameters
IDictionary<String,Object>

Slovník parametrů, který se má použít.

Platí pro