Aracılığıyla paylaş


MicrosoftChallengeProperties Oluşturucular

Tanım

Aşırı Yüklemeler

MicrosoftChallengeProperties()

için MicrosoftChallengePropertiesyeni bir örnek başlatır.

MicrosoftChallengeProperties(IDictionary<String,String>)

için MicrosoftChallengePropertiesyeni bir örnek başlatır.

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

için MicrosoftChallengePropertiesyeni bir örnek başlatır.

MicrosoftChallengeProperties()

Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs

için MicrosoftChallengePropertiesyeni bir örnek başlatır.

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

Şunlara uygulanır

MicrosoftChallengeProperties(IDictionary<String,String>)

Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs

için MicrosoftChallengePropertiesyeni bir örnek başlatır.

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))

Parametreler

items
IDictionary<String,String>

Kullanılacak durum değerleri sözlüğü.

Şunlara uygulanır

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

Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs
Kaynak:
MicrosoftChallengeProperties.cs

için MicrosoftChallengePropertiesyeni bir örnek başlatır.

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))

Parametreler

items
IDictionary<String,String>

Kullanılacak durum değerleri sözlüğü.

parameters
IDictionary<String,Object>

Kullanılacak parametreler sözlüğü.

Şunlara uygulanır