Пример #1
0
 public bool ValidatePassword(string password)
 {
     return(CryptographyUtils.ValidatePassword(password, this.Password));
 }