C# 클래스 Woopsa.SimpleAuthenticator

상속: BaseAuthenticator
파일 보기 프로젝트 열기: woopsa-protocol/Woopsa

공개 메소드들

메소드 설명
SimpleAuthenticator ( string realm, AuthenticationCheck authenticationCheck ) : System

보호된 메소드들

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

메소드 상세

Authenticate() 보호된 메소드

protected Authenticate ( string username, string password ) : bool
username string
password string
리턴 bool

SimpleAuthenticator() 공개 메소드

public SimpleAuthenticator ( string realm, AuthenticationCheck authenticationCheck ) : System
realm string
authenticationCheck AuthenticationCheck
리턴 System