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