i have Create XML file Using Dataset-> WriteXml Method . in this Time how to apply encryption and also apply Decryption Method to Read Xml file through Dataset eg. Dataset.ReadXmle(Path of the File) in Vb.net
E.g Dim Ds as Dataset
'Assume some Data Strore In Dataset
Ds.WriteXml(Path of The File)
'and Also Read Data from xml file To another Dataset
Dim Ds1 as Dataset
Ds1.readXml(Path)
How to apply encryption and Decryption to this Xml file for Security Perpose. Because User Can't Changes to this Xml File