I need to know how the a .net web service authenticates a request from a client that is using a certificate. I know that the client will have to attach their certificate to the service proxy before they make a request, but I dont know how to check that the correct computer is contacting us.
This needs to be implemented in a shared hosting environment using .Net framework 2.0. Please advise if this is possible or if web should use another authentication method such as Basic Authentication over SSL
Let me know if you need more information.
Thanks