C# 클래스 Frapid.Account.PasswordManager

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
GetHashedPassword ( string password ) : string
ValidateBcrypt ( string plainPassword, string hashedPassword ) : bool

메소드 상세

GetHashedPassword() 공개 정적인 메소드

public static GetHashedPassword ( string password ) : string
password string
리턴 string

ValidateBcrypt() 공개 정적인 메소드

public static ValidateBcrypt ( string plainPassword, string hashedPassword ) : bool
plainPassword string
hashedPassword string
리턴 bool