C# 클래스 Rainy.Tests.DummyAdminAuthenticator

상속: IAdminAuthenticator
파일 보기 프로젝트 열기: Dynalon/Rainy

공개 메소드들

메소드 설명
DummyAdminAuthenticator ( ) : System
DummyAdminAuthenticator ( string pass ) : System
VerifyAdminPassword ( string password ) : bool

메소드 상세

DummyAdminAuthenticator() 공개 메소드

public DummyAdminAuthenticator ( ) : System
리턴 System

DummyAdminAuthenticator() 공개 메소드

public DummyAdminAuthenticator ( string pass ) : System
pass string
리턴 System

VerifyAdminPassword() 공개 메소드

public VerifyAdminPassword ( string password ) : bool
password string
리턴 bool