how to secure text file

Posted by Ermahesh2009 under .NET Framework on 9/24/2014 | Points: 10 | Views : 1281 | Status : [Member] | Replies : 0
In my windows vb.net application
there is a text file
I want secure that file
so only my application can update that .
End user must not write or read that file ?
How to do ?

This is my code
Datatable.WriteXml(AppStartUpPath & "\LocalPara", XmlWriteMode.IgnoreSchema)

I want that user can't update or read this file only my application can read or edit this file




Responses

(No response found.)

Login to post response