C# 클래스 MovieTutorial.Administration.AuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: volkanceylan/MovieTutorial

공개 메소드들

메소드 설명
Validate ( string &username, string password ) : bool

비공개 메소드들

메소드 설명
ValidateExistingUser ( string &username, string password, UserDefinition user ) : bool
ValidateFirstTimeUser ( string &username, string password ) : bool

메소드 상세

Validate() 공개 메소드

public Validate ( string &username, string password ) : bool
username string
password string
리턴 bool