C# Class FRS.WebBase.Mvc.WebApiAuthenticationChecker

Web Api Authentication Checket that checks the WebApiUser authentication
Inheritance: IWebApiAuthenticationChecker
显示文件 Open project: innoist/GF-FRS

Public Methods

Method Description
Check ( string userName, string password ) : bool

Check Authentication

WebApiAuthenticationChecker ( IWebApiAuthenticationService webApiAuthenticationService ) : System

Constructor

Method Details

Check() public method

Check Authentication
public Check ( string userName, string password ) : bool
userName string
password string
return bool

WebApiAuthenticationChecker() public method

Constructor
public WebApiAuthenticationChecker ( IWebApiAuthenticationService webApiAuthenticationService ) : System
webApiAuthenticationService IWebApiAuthenticationService
return System