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

Inheritance: IAuthenticationEvents
Mostrar archivo Open project: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory

Public Methods

Method Description
AuthenticationFailed ( AuthenticationFailedContext context ) : System.Threading.Tasks.Task
AuthenticationSucceeded ( AuthenticationSucceededContext context ) : System.Threading.Tasks.Task

Method Details

AuthenticationFailed() public method

public AuthenticationFailed ( AuthenticationFailedContext context ) : System.Threading.Tasks.Task
context AuthenticationFailedContext
return System.Threading.Tasks.Task

AuthenticationSucceeded() public method

public AuthenticationSucceeded ( AuthenticationSucceededContext context ) : System.Threading.Tasks.Task
context AuthenticationSucceededContext
return System.Threading.Tasks.Task