public bool ValidateSaltedHash(string value, string hash) { return(HashString.ValidateHash(value, hash)); }