IAuthenticationSignInHandler Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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) |