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