C# 클래스 CodeGarten.Data.Access.AuthenticationManager

파일 보기 프로젝트 열기: CodeGarten/CodeGarten 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( string user, string passwordPlainText ) : bool
AuthenticationManager ( DataBaseManager db ) : System
EncryptPassword ( string plainText ) : string

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string user, string passwordPlainText ) : bool
user string
passwordPlainText string
리턴 bool

AuthenticationManager() 공개 메소드

public AuthenticationManager ( DataBaseManager db ) : System
db DataBaseManager
리턴 System

EncryptPassword() 공개 정적인 메소드

public static EncryptPassword ( string plainText ) : string
plainText string
리턴 string