Exemplo n.º 1
0
 public bool CompruebaPassword(string password)
 {
     return(CryptoTools.ValidateHash(password, Password, Salt));
 }