C# Класс EE.Common.Services.Authentication.MockAuthenticationProvider

Наследование: IAuthenticationProvider
Показать файл Открыть проект

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

Метод Описание
Authenticate ( string username, string password ) : AuthenticationContext
Validate ( AuthenticationContext context ) : bool

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

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

public Authenticate ( string username, string password ) : AuthenticationContext
username string
password string
Результат AuthenticationContext

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

public Validate ( AuthenticationContext context ) : bool
context AuthenticationContext
Результат bool