Share via


MicrosoftChallengeProperties Constructors

Definition

Overloads

MicrosoftChallengeProperties()

Initializes a new instance for MicrosoftChallengeProperties.

MicrosoftChallengeProperties(IDictionary<String,String>)

Initializes a new instance for MicrosoftChallengeProperties.

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

Initializes a new instance for MicrosoftChallengeProperties.

MicrosoftChallengeProperties()

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

Initializes a new instance for MicrosoftChallengeProperties.

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

Applies to

MicrosoftChallengeProperties(IDictionary<String,String>)

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

Initializes a new instance for 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))

Parameters

items
IDictionary<String,String>

State values dictionary to use.

Applies to

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

Initializes a new instance for 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))

Parameters

items
IDictionary<String,String>

State values dictionary to use.

parameters
IDictionary<String,Object>

Parameters dictionary to use.

Applies to