次の方法で共有


OpenIdConnectChallengeProperties コンストラクター

定義

オーバーロード

OpenIdConnectChallengeProperties()

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

OpenIdConnectChallengeProperties(IDictionary<String,String>)

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

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

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

OpenIdConnectChallengeProperties()

ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs

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

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

適用対象

OpenIdConnectChallengeProperties(IDictionary<String,String>)

ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs

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))

パラメーター

items
IDictionary<String,String>

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

適用対象

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

ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs
ソース:
OpenIdConnectChallengeProperties.cs

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))

パラメーター

items
IDictionary<String,String>

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

parameters
IDictionary<String,Object>

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

適用対象