Partager via


OAuthChallengeProperties Constructeurs

Définition

Surcharges

OAuthChallengeProperties()

Initialise une nouvelle instance de OAuthChallengeProperties.

OAuthChallengeProperties(IDictionary<String,String>)

Initialise une nouvelle instance de OAuthChallengeProperties.

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

Initialise une nouvelle instance de OAuthChallengeProperties.

OAuthChallengeProperties()

Source:
OAuthChallengeProperties.cs
Source:
OAuthChallengeProperties.cs
Source:
OAuthChallengeProperties.cs

Initialise une nouvelle instance de OAuthChallengeProperties.

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

S’applique à

OAuthChallengeProperties(IDictionary<String,String>)

Source:
OAuthChallengeProperties.cs
Source:
OAuthChallengeProperties.cs
Source:
OAuthChallengeProperties.cs

Initialise une nouvelle instance de 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))

Paramètres

items
IDictionary<String,String>

Dictionnaire des valeurs d’état à utiliser.

S’applique à

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

Source:
OAuthChallengeProperties.cs
Source:
OAuthChallengeProperties.cs
Source:
OAuthChallengeProperties.cs

Initialise une nouvelle instance de 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))

Paramètres

items
IDictionary<String,String>

Dictionnaire des valeurs d’état à utiliser.

parameters
IDictionary<String,Object>

Dictionnaire de paramètres à utiliser.

S’applique à