IAuthenticationSignInHandler Interfejs

Definicja

Służy do określania, czy program obsługi obsługuje usługę 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
Pochodne
Implementuje

Metody

AuthenticateAsync()

Uwierzytelnianie bieżącego żądania.

(Odziedziczone po IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

Zakwestionowanie bieżącego żądania.

(Odziedziczone po IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

Zabraniaj bieżącego żądania.

(Odziedziczone po IAuthenticationHandler)
InitializeAsync(AuthenticationScheme, HttpContext)

Zainicjuj procedurę obsługi uwierzytelniania. Procedura obsługi powinna zainicjować wszystko, czego potrzebuje od żądania i schematu w ramach tej metody.

(Odziedziczone po IAuthenticationHandler)
SignInAsync(ClaimsPrincipal, AuthenticationProperties)

Obsługa logowania.

SignOutAsync(AuthenticationProperties)

Zachowanie wylogowywu.

(Odziedziczone po IAuthenticationSignOutHandler)

Dotyczy