C# 클래스 Moon.AspNet.Authentication.Basic.BasicAuthenticationEvents

This default implementation of the IBasicAuthenticationEvents 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.
상속: IBasicAuthenticationEvents
파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

공개 메소드들

메소드 설명
SignInAsync ( BasicSignInContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method.

메소드 상세

SignInAsync() 공개 메소드

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