WCF - How do I encrypt messages?
My WCF service involves the sending of a dataset (in csv format) data between client and service. This dataset must be encrypted so that the data cannot be intercepted. I'm using wshttpbinding and trying to encrypt the message by using the following settings in web.config: <wsHttpBinding> <binding name="wsHttp"> <reliableSession e...