MicrosoftChallengeProperties Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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()
için MicrosoftChallengePropertiesyeni bir örnek başlatır.
public:
MicrosoftChallengeProperties();
public MicrosoftChallengeProperties ();
Public Sub New ()
Şunlara uygulanır
MicrosoftChallengeProperties(IDictionary<String,String>)
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>)
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üğü.