C# 클래스 EE.Common.Services.Authentication.MockAuthenticationProvider

상속: IAuthenticationProvider
파일 보기 프로젝트 열기: BitAlchemists/Elenears-Erben

공개 메소드들

메소드 설명
Authenticate ( string username, string password ) : AuthenticationContext
Validate ( AuthenticationContext context ) : bool

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string username, string password ) : AuthenticationContext
username string
password string
리턴 AuthenticationContext

Validate() 공개 메소드

public Validate ( AuthenticationContext context ) : bool
context AuthenticationContext
리턴 bool