Relative Content

Tag Archive for c#bouncycastlesignaturepfxcsr

Generating a CSR using C# and BouncyCastle to AD CA for obtaining a digital signature

I’m creating a CSR file to request a certificate from AD CA, and I need to obtain both the public and private keys for use in digital signatures. However, in response from AD CA, I only receive the public key, and the private key is not exportable. How can I set the Exportable flag to true in the request, or is there something else I need to do to obtain an exportable private key in .pfx format?