MicrosoftChallengeProperties 构造函数

定义

重载

MicrosoftChallengeProperties()

初始化 的新 MicrosoftChallengeProperties实例。

MicrosoftChallengeProperties(IDictionary<String,String>)

初始化 的新 MicrosoftChallengeProperties实例。

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

初始化 的新 MicrosoftChallengeProperties实例。

MicrosoftChallengeProperties()

Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs

初始化 的新 MicrosoftChallengeProperties实例。

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

适用于

MicrosoftChallengeProperties(IDictionary<String,String>)

Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
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>)

Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
MicrosoftChallengeProperties.cs
Source:
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>

要使用的参数字典。

适用于