I have a windows service that reads from app.config
I want some settings to be encrypted, however, I don\'t want to use the ProtectedConfigurationProvider classes pr
You can use user-level RSA keys and export them to each machine. then the config file can be encrypted ahead of time, and the target machines already have the key.