Software Development Network>> Windows Forms>> Encrypt appSettings of the app.config file
Hello guys,
Anybody who could share how to encrypt an appSettings value of the app.config file
Thanks in advance!
The best way to do this is to use the Microsoft Configuration Application Block.
Scroll to the link below to read the capabilities of the block-
http://72.14.207.104/search q=cache:8NE1YAig3FQJ:www.ftponline.com/conferences/vslive/2005/sf/vbits-sessions.aspx+%22microsoft+configuration+application+block%22+encrypted+config+file&hl=en&gl=in&ct=clnk&cd=1
IT is best to do it with the block as it also has the best practices built in with it
Encrypt appSettings of the app.config file
C2O
The best way to do this is to use the Microsoft Configuration Application Block.
Scroll to the link below to read the capabilities of the block-
http://72.14.207.104/search q=cache:8NE1YAig3FQJ:www.ftponline.com/conferences/vslive/2005/sf/vbits-sessions.aspx+%22microsoft+configuration+application+block%22+encrypted+config+file&hl=en&gl=in&ct=clnk&cd=1
IT is best to do it with the block as it also has the best practices built in with it