Esempio n. 1
0
 public string GetPassword()
 {
     return(EncryptedPassword == String.Empty ? String.Empty : Transformations.Decrypt(EncryptedPassword));
 }
Esempio n. 2
0
 public string GetPassword()
 {
     return(Transformations.Decrypt(EncryptedPassword));
 }