Exemplo n.º 1
0
 public string Hash(string password, int iterations)
 {
     return(SecurePasswordHasher.Hash(password, iterations));
 }
Exemplo n.º 2
0
 public string Hash(string password)
 {
     return(SecurePasswordHasher.Hash(password));
 }