IAuthenticationSignOutHandler Interfejs

Definicja

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

Metody

AuthenticateAsync()

Uwierzytelnij bieżące żądanie.

(Odziedziczone po IAuthenticationHandler)
ChallengeAsync(AuthenticationProperties)

Wyzwij bieżące żądanie.

(Odziedziczone po IAuthenticationHandler)
ForbidAsync(AuthenticationProperties)

Zabronić 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)
SignOutAsync(AuthenticationProperties)

Zachowanie wylogowywu.

Dotyczy