RE: ASP.NET and client certificates

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 04/30/04


Date: Fri, 30 Apr 2004 08:42:14 GMT

Hi Craig,

You may consider following solution:

1. You have a web diretory "PA" which reqiure client certificate.
2. After form authentication, when you find the user need client
certificate, you can redirect him to an ASPX page in "PA"
3. In the ASPX page, you can check the HttpClientCertificate from request
object, and redirect it back.

Does this help?

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)