ChallengeResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ActionResult執行時叫用 的 HttpContext.ChallengeAsync 。
public ref class ChallengeResult : Microsoft::AspNetCore::Mvc::ActionResult
public class ChallengeResult : Microsoft.AspNetCore.Mvc.ActionResult
type ChallengeResult = class
inherit ActionResult
Public Class ChallengeResult
Inherits ActionResult
- 繼承
建構函式
ChallengeResult() |
初始化 ChallengeResult 的新執行個體。 |
ChallengeResult(AuthenticationProperties) |
使用指定的 ChallengeResult,初始化 |
ChallengeResult(AuthenticationProperties) |
使用指定的 ChallengeResult,初始化 |
ChallengeResult(IList<String>) |
使用指定的驗證配置,初始化 的新實例 ChallengeResult 。 |
ChallengeResult(IList<String>, AuthenticationProperties) |
使用指定的驗證配置和 |
ChallengeResult(IList<String>, AuthenticationProperties) |
使用指定的驗證配置和 |
ChallengeResult(String) |
使用指定的驗證配置,初始化 的新實例 ChallengeResult 。 |
ChallengeResult(String, AuthenticationProperties) |
使用指定的驗證配置和 |
ChallengeResult(String, AuthenticationProperties) |
使用指定的驗證配置和 |
屬性
AuthenticationSchemes |
取得或設定挑戰的驗證配置。 |
Properties |
取得或設定 AuthenticationProperties 用來執行驗證挑戰的 。 |
方法
ExecuteResult(ActionContext) |
同步執行動作方法的結果作業。 MVC 會呼叫這個方法來處理動作方法的結果。 (繼承來源 ActionResult) |
ExecuteResultAsync(ActionContext) |
以非同步方式執行動作方法的結果作業。 MVC 會呼叫這個方法來處理動作方法的結果。 這個方法的預設實作會呼叫 ExecuteResult(ActionContext) 方法,並傳回已完成的工作。 |