Create certificate for a client app in .NET

Posted by galets on Stack Overflow See other posts from Stack Overflow or by galets
Published on 2009-04-13T19:32:34Z Indexed on 2010/04/10 21:33 UTC
Read the original article Hit count: 398

I'm looking for a server app to be routinely generating certificates for client applications using self-signed root. Is there any streamlined process in .NET to programmatically generate those certificates?

I can, of course, keep spawning makecert or openssl, but I was looking for more programmatic, in-memory method, when you just get X509Certificate on output.

If someone got a code snippet, can you please share?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about certificates