C# Class Microsoft.AspNetCore.Authentication.ActiveDirectory.Events.AuthenticationEvents

Inheritance: IAuthenticationEvents
Afficher le fichier Open project: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory

Méthodes publiques

Méthode Description
AuthenticationFailed ( AuthenticationFailedContext context ) : System.Threading.Tasks.Task
AuthenticationSucceeded ( AuthenticationSucceededContext context ) : System.Threading.Tasks.Task

Method Details

AuthenticationFailed() public méthode

public AuthenticationFailed ( AuthenticationFailedContext context ) : System.Threading.Tasks.Task
context AuthenticationFailedContext
Résultat System.Threading.Tasks.Task

AuthenticationSucceeded() public méthode

public AuthenticationSucceeded ( AuthenticationSucceededContext context ) : System.Threading.Tasks.Task
context AuthenticationSucceededContext
Résultat System.Threading.Tasks.Task