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
Afficher le fichier Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Méthodes publiques

Méthode Description
SignInAsync ( BasicSignInContext context ) : System.Threading.Tasks.Task

Implements the interface method by invoking the related delegate method.

Method Details

SignInAsync() public méthode

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.
Résultat System.Threading.Tasks.Task