Ejemplo n.º 1
0
 public void SetKey(byte[] key)
 {
     _crypt = new NewCrypt(key);
 }