예제 #1
0
 public NetworkCredential Decrypt(NetworkCredential cipher)
 {
     return(cipher.DecryptMachineScope());
 }