示例#1
0
 public void ChangePassword(string newPassword)
 {
     this.Password             = CryptographyUtils.CreatePasswordHash(newPassword);
     this.ForzarCambioPassword = false;
 }