Beispiel #1
0
 /// <summary>
 /// Gets the Password
 /// </summary>
 /// <returns>Decrypted Password</returns>
 public string GetPassword()
 {
     return(CryptoSvc.Decrypt(_password));
 }
Beispiel #2
0
 /// <summary>
 /// Gets the Username
 /// </summary>
 /// <returns>Decrypted Username</returns>
 public string GetUsername()
 {
     return(CryptoSvc.Decrypt(_username));
 }