Compartir a través de


IAuthenticationSignOutHandler Interfaz

Definición

Se usa para determinar si un controlador admite SignOut.

public interface class IAuthenticationSignOutHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public interface IAuthenticationSignOutHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IAuthenticationSignOutHandler = interface
    interface IAuthenticationHandler
Public Interface IAuthenticationSignOutHandler
Implements IAuthenticationHandler
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)
SignOutAsync(AuthenticationProperties)

Comportamiento de cierre de sesión.

Se aplica a