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 响应。 |