Compartir a través de


IAuthenticationSignInHandler Interfaz

Definición

Se usa para determinar si un controlador admite SignIn.

public interface class IAuthenticationSignInHandler : Microsoft::AspNetCore::Authentication::IAuthenticationSignOutHandler
public interface IAuthenticationSignInHandler : Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler
type IAuthenticationSignInHandler = interface
    interface IAuthenticationSignOutHandler
    interface IAuthenticationHandler
type IAuthenticationSignInHandler = interface
    interface IAuthenticationHandler
    interface IAuthenticationSignOutHandler
Public Interface IAuthenticationSignInHandler
Implements IAuthenticationSignOutHandler
Derivado
Implementaciones

Métodos

AuthenticateAsync()

Autenticar la solicitud actual.

(Heredado de IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

Impugnar la solicitud actual.

(Heredado de IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

Prohibir la solicitud actual.

(Heredado de IAuthenticationHandler)
InitializeAsync(AuthenticationScheme, HttpContext)

Inicialice el controlador de autenticación. El controlador debe inicializar todo lo que necesite de la solicitud y el esquema como parte de este método.

(Heredado de IAuthenticationHandler)
SignInAsync(ClaimsPrincipal, AuthenticationProperties)

Controle el inicio de sesión.

SignOutAsync(AuthenticationProperties)

Comportamiento de cierre de sesión.

(Heredado de IAuthenticationSignOutHandler)

Se aplica a