Ejemplo n.º 1
0
 // Gets the decrypted password.
 public string GetPassword(string password)
 {
     return(PasswordEncrypt.Decrypt(this.password));
 }