C# Класс FRS.WebBase.Mvc.WebApiAuthenticationChecker

Web Api Authentication Checket that checks the WebApiUser authentication
Наследование: IWebApiAuthenticationChecker
Показать файл Открыть проект

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

Метод Описание
Check ( string userName, string password ) : bool

Check Authentication

WebApiAuthenticationChecker ( IWebApiAuthenticationService webApiAuthenticationService ) : System

Constructor

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

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

Check Authentication
public Check ( string userName, string password ) : bool
userName string
password string
Результат bool

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

Constructor
public WebApiAuthenticationChecker ( IWebApiAuthenticationService webApiAuthenticationService ) : System
webApiAuthenticationService IWebApiAuthenticationService
Результат System