Client Certificates?
-
How can I access the details of a client certificate? I have already have a server certificate to enable SSL and require client certificates on my website. I also have a client certificate in the personal store of IE. But everytime I visit the webpage, I receive the 403.7 error (missing client certificate). I would really appreciate any suggestions...
-
How can I access the details of a client certificate? I have already have a server certificate to enable SSL and require client certificates on my website. I also have a client certificate in the personal store of IE. But everytime I visit the webpage, I receive the 403.7 error (missing client certificate). I would really appreciate any suggestions...
I'm not familiar with the topic so I'm not sure if this will help, but you may want to check out The Mentalis.org Security Library[^]. They've got a managed wrapper for the Windows Certificate API. The library is open source so if the library can't directly solve your issue, you may be able to find something in the code. Hope that helps a bit. :) --Jesse