Share via


OpenIdConnectChallengeProperties Constructors

Definition

Overloads

OpenIdConnectChallengeProperties()

Initializes a new instance of OpenIdConnectChallengeProperties.

OpenIdConnectChallengeProperties(IDictionary<String,String>)

Initializes a new instance of OpenIdConnectChallengeProperties.

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

Initializes a new instance of OpenIdConnectChallengeProperties.

OpenIdConnectChallengeProperties()

Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs

Initializes a new instance of OpenIdConnectChallengeProperties.

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

Applies to

OpenIdConnectChallengeProperties(IDictionary<String,String>)

Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs

Initializes a new instance of OpenIdConnectChallengeProperties.

public:
 OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String))

Parameters

items
IDictionary<String,String>

State values dictionary to use.

Applies to

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

Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs
Source:
OpenIdConnectChallengeProperties.cs

Initializes a new instance of OpenIdConnectChallengeProperties.

public:
 OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items, System.Collections.Generic.IDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
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