Exemple #1
0
 public NetworkCredential Encrypt(NetworkCredential plain)
 {
     return(plain.EncryptMachineScope());
 }