次の方法で共有


MicrosoftChallengeProperties コンストラクター

定義

オーバーロード

MicrosoftChallengeProperties()

の新しいインスタンスを MicrosoftChallengeProperties初期化します。

MicrosoftChallengeProperties(IDictionary<String,String>)

の新しいインスタンスを MicrosoftChallengeProperties初期化します。

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

の新しいインスタンスを MicrosoftChallengeProperties初期化します。

MicrosoftChallengeProperties()

ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs

の新しいインスタンスを MicrosoftChallengeProperties初期化します。

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

適用対象

MicrosoftChallengeProperties(IDictionary<String,String>)

ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs

の新しいインスタンスを 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))

パラメーター

items
IDictionary<String,String>

使用する状態値ディクショナリ。

適用対象

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

ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs
ソース:
MicrosoftChallengeProperties.cs

の新しいインスタンスを 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))

パラメーター

items
IDictionary<String,String>

使用する状態値ディクショナリ。

parameters
IDictionary<String,Object>

使用するパラメーター ディクショナリ。

適用対象