C# Class 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.
Inheritance: IBasicAuthenticationEvents
ファイルを表示 Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Public Methods

Method Description
SignInAsync ( BasicSignInContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method.

Method Details

SignInAsync() public method

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.
return System.Threading.Tasks.Task