共用方式為


ChallengeResult 建構函式

定義

多載

ChallengeResult()

初始化 ChallengeResult 的新執行個體。

ChallengeResult(AuthenticationProperties)

使用指定的 ChallengeResult,初始化 properties 的新執行個體。

ChallengeResult(AuthenticationProperties)

使用指定的 ChallengeResult,初始化 properties 的新執行個體。

ChallengeResult(IList<String>)

使用指定的驗證配置,初始化 的新實例 ChallengeResult

ChallengeResult(String)

使用指定的驗證配置,初始化 的新實例 ChallengeResult

ChallengeResult(IList<String>, AuthenticationProperties)

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

ChallengeResult(IList<String>, AuthenticationProperties)

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

ChallengeResult(String, AuthenticationProperties)

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

ChallengeResult(String, AuthenticationProperties)

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

ChallengeResult()

來源:
ChallengeResult.cs
來源:
ChallengeResult.cs

初始化 ChallengeResult 的新執行個體。

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

適用於

ChallengeResult(AuthenticationProperties)

來源:
ChallengeResult.cs
來源:
ChallengeResult.cs

使用指定的 ChallengeResult,初始化 properties 的新執行個體。

public:
 ChallengeResult(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (properties As AuthenticationProperties)

參數

properties
AuthenticationProperties

AuthenticationProperties 用來執行驗證挑戰。

適用於

ChallengeResult(AuthenticationProperties)

使用指定的 ChallengeResult,初始化 properties 的新執行個體。

public:
 ChallengeResult(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (properties As AuthenticationProperties)

參數

properties
AuthenticationProperties

AuthenticationProperties 用來執行驗證挑戰。

適用於

ChallengeResult(IList<String>)

來源:
ChallengeResult.cs
來源:
ChallengeResult.cs

使用指定的驗證配置,初始化 的新實例 ChallengeResult

public:
 ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String))

參數

authenticationSchemes
IList<String>

要挑戰的驗證配置。

適用於

ChallengeResult(String)

來源:
ChallengeResult.cs
來源:
ChallengeResult.cs

使用指定的驗證配置,初始化 的新實例 ChallengeResult

public:
 ChallengeResult(System::String ^ authenticationScheme);
public ChallengeResult (string authenticationScheme);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String)

參數

authenticationScheme
String

要挑戰的驗證配置。

適用於

ChallengeResult(IList<String>, AuthenticationProperties)

來源:
ChallengeResult.cs
來源:
ChallengeResult.cs

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

public:
 ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

參數

authenticationSchemes
IList<String>

要挑戰的驗證配置。

properties
AuthenticationProperties

AuthenticationProperties 用來執行驗證挑戰。

適用於

ChallengeResult(IList<String>, AuthenticationProperties)

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

public:
 ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

參數

authenticationSchemes
IList<String>

要挑戰的驗證配置。

properties
AuthenticationProperties

AuthenticationProperties 用來執行驗證挑戰。

適用於

ChallengeResult(String, AuthenticationProperties)

來源:
ChallengeResult.cs
來源:
ChallengeResult.cs

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

public:
 ChallengeResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

參數

authenticationScheme
String

要挑戰的驗證配置。

properties
AuthenticationProperties

AuthenticationProperties 用來執行驗證挑戰。

適用於

ChallengeResult(String, AuthenticationProperties)

使用指定的驗證配置和 properties ,初始化 的新實例 ChallengeResult

public:
 ChallengeResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

參數

authenticationScheme
String

要挑戰的驗證配置。

properties
AuthenticationProperties

AuthenticationProperties 用來執行驗證挑戰。

適用於