WCF service, non-wcf client using mutual certificate authenticatio

R

Rick

Hello,

I have a case where we implemented a WCF service originally using Windows
authentication. There was a Windows service that communicated with the WCF
service just fine by adding the WCF bindings and endpoints to the
WinService's app.config. Now we want to change the WCF service to use mutual
certificate authentication, which is relatively straight forward when both
sides are using WCF, but with the WinService not being a WCF service what is
the best way to setup the WinService to use a certificate for exchange with
the WCF service?

Any ideas for the best approach?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top