Long time listener, first time caller, I am using BouncyCastle to create a key pair, then a Certificate Request, submitting this to a verisign RA Server to retrieve a certificate, and from this I am getting the X.509 and PKCS#7 Cert Chain.
The problem I have is I want a PKCS#12 but the BouncyCastle examples use a self signed cert not a Verisign cert (My cert comes back as an encoded string rather than an object). Has anybody had any experiance wrapping up the 7+key to make a 12 in c#? or worked out how to do it in BC using a string not an object?p
