1
vote
2answers
133 views
Encrypting and Decrypting XML sent and received by RESTful WCF Web Services
I have a web service that receives data in XML. I wish this XML to be encrypted before it is sent and have the serializer handle the decryption. This would let the service methods receive the obj …
