Sdílet prostřednictvím


OpenIdConnectChallengeProperties Konstruktory

Definice

Přetížení

OpenIdConnectChallengeProperties()

Inicializuje novou instanci objektu OpenIdConnectChallengeProperties.

OpenIdConnectChallengeProperties(IDictionary<String,String>)

Inicializuje novou instanci objektu OpenIdConnectChallengeProperties.

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

Inicializuje novou instanci objektu OpenIdConnectChallengeProperties.

OpenIdConnectChallengeProperties()

OpenIdConnectChallengeProperties(IDictionary<String,String>)

Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs

Inicializuje novou instanci objektu OpenIdConnectChallengeProperties.

public:
 OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String))

Parametry

items
IDictionary<String,String>

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

Platí pro

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

Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs
Zdroj:
OpenIdConnectChallengeProperties.cs

Inicializuje novou instanci objektu OpenIdConnectChallengeProperties.

public:
 OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items, System.Collections.Generic.IDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String), parameters As IDictionary(Of String, Object))

Parametry

items
IDictionary<String,String>

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

parameters
IDictionary<String,Object>

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

Platí pro