C# 클래스 Rainy.DbAuthenticator

Authenticates a user against a database. User objects in the database always employ hashed passwords.
상속: IAuthenticator
파일 보기 프로젝트 열기: Dynalon/Rainy 1 사용 예제들

공개 메소드들

메소드 설명
DbAuthenticator ( IDbConnectionFactory factory ) : System
VerifyCredentials ( string username, string password ) : bool

메소드 상세

DbAuthenticator() 공개 메소드

public DbAuthenticator ( IDbConnectionFactory factory ) : System
factory IDbConnectionFactory
리턴 System

VerifyCredentials() 공개 메소드

public VerifyCredentials ( string username, string password ) : bool
username string
password string
리턴 bool