GravatarBen Ramey's Blog
Scripture, programming problems, solutions and stories.

Working with x.509 Certificates in .NET

I found a lot of very helpful details about certificate storage and usage in Windows and .NET in this article.

Particularly, the explanation of where certificates and private keys can be stored for UserStore certificates was very helpful in debugging some issues I'm currently having on a production server.

Paul Stovell's blog post

Comments