by Mark Carrington [mark dot carrington at mutantpenguin dot co dot uk] posted on 2005/06/20 |
|
I've got a project set up using the SecureSocket / SecureTcpListener classes, and it all seems to be working pretty well. Nice job!
I'd like to integrate the process of creating new certificates into my application, much like how IIS works. I had a process set up using the ICEnroll interface to create the certificate signing requests and store the resulting certificates, but when I try to use these certificates I get an exception saying "Bad key". Using other certificates seem to work fine.
Has anyone got any working .NET code to produce CSRs and save certificates? Is there any chance of adding this into the library? |