I'm trying to figure out how to create an X.509 certificate containing a self-signed DSA public key (SSK) in C#.
Having given up on the native C# crypto library which doesn't seem to allow this, I've been looking at the Bouncy Castle library.
However despite a description to the contrary, the download doesn't contain any docs.
I have been wading through the library classes but there are a lot!
I just need to generate a random key pair, sign them and save them in a certificate file.
Has anyone done this and are you able to point me to a good example, or even maybe supply an example?
Thanks for your help!