hello BC first of all, thanks for this great crypto lib !
A couple of years ago, I have been using BC to sign data using PKCS11 hardware device. it was with the java version of BC. Actually sun.security.pkcs11.SunPKCS11 package was involved, i do not remember well the details. Now i have to build a similar solution, except that it needs to be coded in C#. not java. So i have tried to use bouncycastle.net. I can parse the pkcs7 message (CMS). Now i wonder how i am going to decrypting the symetric transkey using the pkcs11 dongle. I am lost and don't know where to start. How can i do that with BouncyCastle ? cheers alex
