Hi,
I'm creating a simple web service using WCF. The message needs to be encrypted and the user need to be authenticated through an asp.net provider. What binding should I use for this? WsHttpBinding or WebHttpBinding?
Can anybody point me to a good example using the asp.net provider and self signed certificates with wcf.
Thanks