--hashedPassword is read from the database; bool verify = BCrypt.Net.BCrypt.Verify(password, hashedPassword,false, hashType : HashType.SHA512);; if (verify) ...
確定! 回上一頁