ChallengeHttpResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行 IResult 時叫用 的 HttpContext.ChallengeAsync 。
public sealed class ChallengeHttpResult : Microsoft.AspNetCore.Http.IResult
type ChallengeHttpResult = class
interface IResult
Public NotInheritable Class ChallengeHttpResult
Implements IResult
- 繼承
-
ChallengeHttpResult
- 實作
屬性
AuthenticationSchemes |
取得挑戰的驗證配置。 |
Properties |
AuthenticationProperties取得用來執行登出作業的 。 |
方法
ExecuteAsync(HttpContext) |
撰寫反映結果的 HTTP 回應。 |