When implementing an SSL secured web service with WCF, does the WCF Service require a certificate? Also need to know if the client need to pass the certificate for authentication in order to call an HTTPS enabled WCF service.
I am looking for guidance on designing a secure WCF service where all data will be passed between service and wcf client in a very secure encrypted way, with or without using ssl & certificate. Please advise regarding the available mechanisms to secure the communicate between service & client. discuss all the possibilities. thanks