다음을 통해 공유


OpenIdConnectChallengeProperties 생성자

정의

오버로드

OpenIdConnectChallengeProperties()

OpenIdConnectChallengeProperties의 새 인스턴스를 초기화합니다.

OpenIdConnectChallengeProperties(IDictionary<String,String>)

OpenIdConnectChallengeProperties의 새 인스턴스를 초기화합니다.

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

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

OpenIdConnectChallengeProperties의 새 인스턴스를 초기화합니다.

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

적용 대상

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

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

사용할 매개 변수 사전입니다.

적용 대상