C# 클래스 Odachi.AspNetCore.Authentication.Basic.BasicEvents

This default implementation of the IBasicEvents may be used if the application only needs to override a few of the interface methods. This may be used as a base class or may be instantiated directly.
상속: IBasicEvents
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
BasicEvents ( ) : System

Create a new instance of the default notifications.

Exception ( BasicExceptionContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method

SignIn ( BasicSignInContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method

메소드 상세

BasicEvents() 공개 메소드

Create a new instance of the default notifications.
public BasicEvents ( ) : System
리턴 System

Exception() 공개 메소드

Implements the interface method by invoking the related delegate method
public Exception ( BasicExceptionContext context ) : System.Threading.Tasks.Task
context BasicExceptionContext Contains information about the event
리턴 System.Threading.Tasks.Task

SignIn() 공개 메소드

Implements the interface method by invoking the related delegate method
public SignIn ( BasicSignInContext context ) : System.Threading.Tasks.Task
context BasicSignInContext
리턴 System.Threading.Tasks.Task