Ejemplo n.º 1
0
 public void SetPassword(string text)
 {
     Password = Crypter.Encrypt(text);
 }
Ejemplo n.º 2
0
 public void SetUsername(string text)
 {
     Username = Crypter.Encrypt(text);
 }