C# 클래스 FRS.WebBase.Mvc.WebApiAuthenticationChecker

Web Api Authentication Checket that checks the WebApiUser authentication
상속: IWebApiAuthenticationChecker
파일 보기 프로젝트 열기: innoist/GF-FRS

공개 메소드들

메소드 설명
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