I have a question about WCF security. I don't have a specific problem but more of a general question.
If i create a WCF service and its protected using certificates, does every client that uses that service need to have the corresponding client certificate?
For instance if I have a Winforms client application that talks to the WCF service (which uses certificates), does the client have to have that matching client cert? - or can the client communicate without having the certificate installed?
Thanks.