Compartir a través de


MicrosoftChallengeProperties Constructores

Definición

Sobrecargas

MicrosoftChallengeProperties()

Inicializa una nueva instancia de para MicrosoftChallengeProperties.

MicrosoftChallengeProperties(IDictionary<String,String>)

Inicializa una nueva instancia de para MicrosoftChallengeProperties.

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

Inicializa una nueva instancia de para MicrosoftChallengeProperties.

MicrosoftChallengeProperties()

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

Inicializa una nueva instancia de para MicrosoftChallengeProperties.

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

Se aplica a

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

Inicializa una nueva instancia de para 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))

Parámetros

items
IDictionary<String,String>

Diccionario de valores de estado que se va a usar.

Se aplica a

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

Inicializa una nueva instancia de para 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))

Parámetros

items
IDictionary<String,String>

Diccionario de valores de estado que se va a usar.

parameters
IDictionary<String,Object>

Diccionario de parámetros que se va a usar.

Se aplica a