I am aware that this is a more subjective question than is preferred, but I couldn't think of a better place or way to ask it.
I am developing a WPF application, and I have configuration settings in an App.config file. Some of these settings are sensitive information, and it would be best if the users of the machine could not directly access them (the settings would be set during install or administrator configuration).
What is the best way to protect application configuration settings for a WPF desktop application?
Thanks for any help.