Freigeben über


OAuthChallengeProperties Konstruktoren

Definition

Überlädt

OAuthChallengeProperties()

Initialisiert eine neue Instanz von OAuthChallengeProperties.

OAuthChallengeProperties(IDictionary<String,String>)

Initialisiert eine neue Instanz von OAuthChallengeProperties.

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

Initialisiert eine neue Instanz von OAuthChallengeProperties.

OAuthChallengeProperties()

Quelle:
OAuthChallengeProperties.cs
Quelle:
OAuthChallengeProperties.cs
Quelle:
OAuthChallengeProperties.cs

Initialisiert eine neue Instanz von OAuthChallengeProperties.

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

Gilt für:

OAuthChallengeProperties(IDictionary<String,String>)

Quelle:
OAuthChallengeProperties.cs
Quelle:
OAuthChallengeProperties.cs
Quelle:
OAuthChallengeProperties.cs

Initialisiert eine neue Instanz von OAuthChallengeProperties.

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

Parameter

items
IDictionary<String,String>

Zu verwendende Zustandswertewörterbuch.

Gilt für:

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

Quelle:
OAuthChallengeProperties.cs
Quelle:
OAuthChallengeProperties.cs
Quelle:
OAuthChallengeProperties.cs

Initialisiert eine neue Instanz von OAuthChallengeProperties.

public:
 OAuthChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string?>? items, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties
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: