SignInHttpResult Class

Definition

An IResult that on execution invokes HttpContext.SignInAsync.

public sealed class SignInHttpResult : Microsoft.AspNetCore.Http.IResult
type SignInHttpResult = class
    interface IResult
Public NotInheritable Class SignInHttpResult
Implements IResult
Inheritance
SignInHttpResult
Implements

Properties

AuthenticationScheme

Gets or sets the authentication scheme that is used to perform the sign-in operation.

Principal

Gets or sets the ClaimsPrincipal containing the user claims.

Properties

Gets or sets the AuthenticationProperties used to perform the sign-in operation.

Methods

ExecuteAsync(HttpContext)

Write an HTTP response reflecting the result.

Applies to