Ejemplo n.º 1
0
 public void Init()
 {
     CryptographyHelpers.CreateRSAKeyPair(out cStrPrivateKey,
         out cStrPublicKey,
         true);
 }