Udostępnij za pośrednictwem


MicrosoftChallengeProperties Konstruktory

Definicja

Przeciążenia

MicrosoftChallengeProperties()

Inicjuje nowe wystąpienie dla elementu MicrosoftChallengeProperties.

MicrosoftChallengeProperties(IDictionary<String,String>)

Inicjuje nowe wystąpienie dla elementu MicrosoftChallengeProperties.

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

Inicjuje nowe wystąpienie dla elementu MicrosoftChallengeProperties.

MicrosoftChallengeProperties()

Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs

Inicjuje nowe wystąpienie dla elementu MicrosoftChallengeProperties.

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

Dotyczy

MicrosoftChallengeProperties(IDictionary<String,String>)

Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs

Inicjuje nowe wystąpienie dla elementu 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))

Parametry

items
IDictionary<String,String>

Słownik wartości stanu do użycia.

Dotyczy

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

Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs
Źródło:
MicrosoftChallengeProperties.cs

Inicjuje nowe wystąpienie dla elementu 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))

Parametry

items
IDictionary<String,String>

Słownik wartości stanu do użycia.

parameters
IDictionary<String,Object>

Słownik parametrów do użycia.

Dotyczy