C# 클래스 Framework.Cryptography.PasswordHash

파일 보기 프로젝트 열기: Arctium-Emulation/Project-WoW

공개 메소드들

메소드 설명
GeneratePasswordVerifier ( string email, string password, string salt ) : byte[]
Validate ( Account account, string password ) : bool

메소드 상세

GeneratePasswordVerifier() 공개 정적인 메소드

public static GeneratePasswordVerifier ( string email, string password, string salt ) : byte[]
email string
password string
salt string
리턴 byte[]

Validate() 공개 정적인 메소드

public static Validate ( Account account, string password ) : bool
account Framework.Database.Bnet.Account
password string
리턴 bool