Success so far:
I am developing an Asp.net application to subscribe to a web-service from a third party site. ( It is working fine with http, to pass data and receive results).
Brick wall:
The next step is to use client certificate. The server would then be https. I am given a client certificate, and I am supposed to use the client certificate (a .crt file) to make the communication secure. How do I use this in my C# asp.net application?
I am new to this, and need help. Thanks. Brett.
Here you go :)
here is another way