C# Class FRS.WebBase.Mvc.WebApiAuthenticationChecker

Web Api Authentication Checket that checks the WebApiUser authentication
Inheritance: IWebApiAuthenticationChecker
Afficher le fichier Open project: innoist/GF-FRS

Méthodes publiques

Méthode Description
Check ( string userName, string password ) : bool

Check Authentication

WebApiAuthenticationChecker ( IWebApiAuthenticationService webApiAuthenticationService ) : System

Constructor

Method Details

Check() public méthode

Check Authentication
public Check ( string userName, string password ) : bool
userName string
password string
Résultat bool

WebApiAuthenticationChecker() public méthode

Constructor
public WebApiAuthenticationChecker ( IWebApiAuthenticationService webApiAuthenticationService ) : System
webApiAuthenticationService IWebApiAuthenticationService
Résultat System