Tagged Questions
1
vote
1answer
559 views
Client certs without using the keystore
I'm trying to figure out if there is any way to have a .NET client use a client certificate without involving the Windows keystore in any way.
I have a code snippet like this:
test1.Service s = new ...
1
vote
3answers
961 views
Passing a client certificate only works on my machine
I have a web service that is protected by requiring the consuming third party application to pass a client certificate. I have installed the certificate on the providing web service in production and ...
0
votes
1answer
84 views
WCF client with Client Certificate and Basic Authentication
I need to access web services of one of our partners.
Their services are secured with both a Client Certificate and Basic Authentication.
I'm using WCF with BasicHttpBinding.
I am able to hook up the ...