Hi all, I am a developer working on sending an encrypted email of xml
data using the Adobe LiveCycle designer es4. I was able to successfully
accomplish this but I was unable to decrypt this using c#.NET. I created
a certificate and the AES128 algorithm which is an option in the submit
email button settings. I was able to extract the public key from the
x509certificate data in the email and match that as well as the serial
number to verify I am using the same certificate. I then use the
x509cert...