How can I configure WCF to use x509 certificates over the internet?
Posted
by Ben Laan
on Stack Overflow
See other posts from Stack Overflow
or by Ben Laan
Published on 2008-12-02T22:37:22Z
Indexed on
2010/04/30
23:27 UTC
Read the original article
Hit count: 275
I need to use an x509 certificate to get secure message level authentication from a rich client via the internet to a secure WCF Web Service.
Specifically, I am looking for a working step-by-step guide to setup, configuration, coding, and deployment, including creating a 'dev' certificate, installing it, and obtaining a 'real' certificate for production.
© Stack Overflow or respective owner