Feb 15, 2008 #1 teqmem Programmer Joined Nov 26, 2004 Messages 114 Location US Hello, I'm developing a web service using ASP.Net. I will enforce client certificate on this web service. In VB.net (in context of web service), how can I retrieve any field (like "Subject") from the client certificate? Thank you.
Hello, I'm developing a web service using ASP.Net. I will enforce client certificate on this web service. In VB.net (in context of web service), how can I retrieve any field (like "Subject") from the client certificate? Thank you.
Feb 19, 2008 #2 NoCoolHandle Programmer Joined Apr 10, 2003 Messages 2,321 Location US request.clientcertificates("subject") Upvote 0 Downvote