Sdílet prostřednictvím


MicrosoftChallengeProperties Konstruktory

Definice

Přetížení

MicrosoftChallengeProperties()

Inicializuje novou instanci pro MicrosoftChallengeProperties.

MicrosoftChallengeProperties(IDictionary<String,String>)

Inicializuje novou instanci pro MicrosoftChallengeProperties.

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

Inicializuje novou instanci pro MicrosoftChallengeProperties.

MicrosoftChallengeProperties()

Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs

Inicializuje novou instanci pro MicrosoftChallengeProperties.

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

Platí pro

MicrosoftChallengeProperties(IDictionary<String,String>)

Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs

Inicializuje novou instanci pro 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>

Slovník hodnot stavu, který se má použít.

Platí pro

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

Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs
Zdroj:
MicrosoftChallengeProperties.cs

Inicializuje novou instanci pro 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>

Slovník hodnot stavu, který se má použít.

parameters
IDictionary<String,Object>

Slovník parametrů, který se má použít.

Platí pro