Exemplo n.º 1
0
 public bool ValidateSaltedHash(string value, string hash)
 {
     return(HashString.ValidateHash(value, hash));
 }