I would like to use client certificates to verify the identity of administrative users on my web service. Then I can issue certificates only to those people whom I want to call my web service, and be sure that no one else can name it. This is in a very controlled scenario where only one or two people will receive a client certificate, so distribution is not a difficult problem.
This article is a good example of how to invoke a web service using a client certificate.
But how can I check the details of the client certificate from my web service? This old article talks about configuring IIS for this, but I would like to do this programmatically in my application. I think?
Thanks for any suggestions!
c # certificate ssl web-services asmx
Rory
source share