Click here to Skip to main content
15,886,872 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
How to set password in XML file.
please help me.
Posted
Comments
Eduard Keilholz 10-Oct-13 6:57am    
What do you mean, do you want to protect an XML file from reading by using a password?
Niraj K Verma 10-Oct-13 7:38am    
Yes i want to protect an XML file from reading by using a password?

1 solution

To do that you need to use the EncryptedXml class: http://msdn.microsoft.com/en-us/library/sb7w85t6.aspx[^]
 
Share this answer
 
Comments
thatraja 10-Oct-13 7:52am    
5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900