예제 #1
0
 public byte[] Decrypt(byte[] data)
 {
     return(encrypt.DecryptWithSessionKey(data));
 }