Partager via


MicrosoftChallengeProperties Constructeurs

Définition

Surcharges

MicrosoftChallengeProperties()

Initialise une nouvelle instance pour MicrosoftChallengeProperties.

MicrosoftChallengeProperties(IDictionary<String,String>)

Initialise une nouvelle instance pour MicrosoftChallengeProperties.

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

Initialise une nouvelle instance pour MicrosoftChallengeProperties.

MicrosoftChallengeProperties()

Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs

Initialise une nouvelle instance pour MicrosoftChallengeProperties.

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

S’applique à

MicrosoftChallengeProperties(IDictionary<String,String>)

Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs

Initialise une nouvelle instance pour MicrosoftChallengeProperties.

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

Paramètres

items
IDictionary<String,String>

Dictionnaire de valeurs d’état à utiliser.

S’applique à

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

Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs

Initialise une nouvelle instance pour MicrosoftChallengeProperties.

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

Paramètres

items
IDictionary<String,String>

Dictionnaire de valeurs d’état à utiliser.

parameters
IDictionary<String,Object>

Dictionnaire de paramètres à utiliser.

S’applique à