Thread
: Question
Save/Load Dialog and Encryption
View Single Post
#
4
(
permalink
)
11-16-2008, 10:41 PM
jmcilhinney
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
Join Date: Aug 2004
Location: Sydney, Australia
Age: 40
Posts: 6,100
Reputation:
541
If you're interested in securing config data then have a look at this:
Protected Configuration (Encrypting Config Files)
To get the path of the config file in code use:
Code:
Application.ExecutablePath & ".config"
__________________
2007, 2008, 2009, 2010
Why is my data not saved to my database?
|
Communicating between multiple forms
MSDN:
Data Walkthroughs
|
"How Do I?" Videos
My Blog
:
Custom Events
|
Dynamic GDI+ Drawing
jmcilhinney
View Public Profile
Send a private message to jmcilhinney
Find all posts by jmcilhinney