Ejemplo n.º 1
0
 public NetworkCredential Decrypt(NetworkCredential cipher)
 {
     return(cipher.DecryptMachineScope());
 }