C# Класс Moon.AspNet.Authentication.Basic.BasicSignInContext

Context object used to control flow of Basic authentication.
Наследование: BaseBasicContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BasicSignInContext ( HttpContext context, BasicAuthenticationOptions options, string userName, string password ) : System.Security.Claims

Creates a new instance of the context object.

Описание методов

BasicSignInContext() публичный Метод

Creates a new instance of the context object.
public BasicSignInContext ( HttpContext context, BasicAuthenticationOptions options, string userName, string password ) : System.Security.Claims
context HttpContext The HTTP request context.
options BasicAuthenticationOptions The middleware options.
userName string The user name (login, e-mail, etc.) used.
password string The password (secret).
Результат System.Security.Claims