C# 클래스 Microsoft.AspNetCore.Authentication.ActiveDirectory.Events.AuthenticationEvents

상속: IAuthenticationEvents
파일 보기 프로젝트 열기: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory

공개 메소드들

메소드 설명
AuthenticationFailed ( AuthenticationFailedContext context ) : System.Threading.Tasks.Task
AuthenticationSucceeded ( AuthenticationSucceededContext context ) : System.Threading.Tasks.Task

메소드 상세

AuthenticationFailed() 공개 메소드

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

AuthenticationSucceeded() 공개 메소드

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