Freigeben über


OpenIdConnectChallengeProperties Konstruktoren

Definition

Überlädt

OpenIdConnectChallengeProperties()

Initialisiert eine neue Instanz von OpenIdConnectChallengeProperties.

OpenIdConnectChallengeProperties(IDictionary<String,String>)

Initialisiert eine neue Instanz von OpenIdConnectChallengeProperties.

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

Initialisiert eine neue Instanz von OpenIdConnectChallengeProperties.

OpenIdConnectChallengeProperties()

Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs

Initialisiert eine neue Instanz von OpenIdConnectChallengeProperties.

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

Gilt für:

OpenIdConnectChallengeProperties(IDictionary<String,String>)

Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs

Initialisiert eine neue Instanz von 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))

Parameter

items
IDictionary<String,String>

Zu verwendende Zustandswertewörterbuch.

Gilt für:

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

Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs
Quelle:
OpenIdConnectChallengeProperties.cs

Initialisiert eine neue Instanz von 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))

Parameter

items
IDictionary<String,String>

Zu verwendende Zustandswertewörterbuch.

parameters
IDictionary<String,Object>

Zu verwendende Parameterwörterbuch.

Gilt für: