Ejemplo n.º 1
0
 private void SetPassword(string password)
 {
     _password = Encrypting.EncryptText(password, PubblicKey);
 }