C# 클래스 pGina.Plugin.MySQLAuth.UserEntry

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

Private Properties

프로퍼티 타입 설명
Decode byte[]
FromHexString byte[]
GetHasher System.Security.Cryptography.HashAlgorithm
HashPlainText byte[]
ToHexString string
VerifySaltedPassword bool

공개 메소드들

메소드 설명
UserEntry ( string uname, PasswordHashAlgorithm alg, string hashedPass ) : System
VerifyPassword ( string plainText ) : bool

비공개 메소드들

메소드 설명
Decode ( string hash ) : byte[]
FromHexString ( string hex ) : byte[]
GetHasher ( ) : HashAlgorithm
HashPlainText ( string plainText ) : byte[]
ToHexString ( byte bytes ) : string
VerifySaltedPassword ( string plainText ) : bool

메소드 상세

UserEntry() 공개 메소드

public UserEntry ( string uname, PasswordHashAlgorithm alg, string hashedPass ) : System
uname string
alg PasswordHashAlgorithm
hashedPass string
리턴 System

VerifyPassword() 공개 메소드

public VerifyPassword ( string plainText ) : bool
plainText string
리턴 bool