Hi all, I have a web service that works fine but I have now been asked to xml encrypt specific parts of the XML that is returned. I am somewhat stuck on where to start here so I am hoping that someone may be able to help.
Where in the web service life-cycle would I be able to access the data that needs to be encrypted?
What would be the recommended way of encrypting the data, I am guessing that I would need to use the System.Security.Cryptography.Xml namespace?
Can anyone point me to an example of how this would be done?
Many thanks in advance