GoogleChallengeProperties 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GoogleChallengeProperties()
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
GoogleChallengeProperties의 새 인스턴스를 초기화합니다.
public:
GoogleChallengeProperties();
public GoogleChallengeProperties ();
Public Sub New ()
적용 대상
GoogleChallengeProperties(IDictionary<String,String>)
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
GoogleChallengeProperties의 새 인스턴스를 초기화합니다.
public:
GoogleChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties
Public Sub New (items As IDictionary(Of String, String))
매개 변수
- items
- IDictionary<String,String>
사용할 상태 값 사전입니다.
적용 대상
GoogleChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
- Source:
- GoogleChallengeProperties.cs
GoogleChallengeProperties의 새 인스턴스를 초기화합니다.
public:
GoogleChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public GoogleChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items, System.Collections.Generic.IDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.Google.GoogleChallengeProperties
Public Sub New (items As IDictionary(Of String, String), parameters As IDictionary(Of String, Object))
매개 변수
- items
- IDictionary<String,String>
사용할 상태 값 사전입니다.
- parameters
- IDictionary<String,Object>
사용할 매개 변수 사전입니다.