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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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