예제 #1
0
 public ArrayByte CryptARC4Data(string privateKey)
 {
     return(ARC4.CryptData(privateKey, this));
 }