Most solutions need to store secrets, backup for example may
need to store some FTP details. If you have the web service security enabled,
then the Framework must at least store the key.
Encryption is performed using the .net class “System.Security.Cryptography.ProtectedData”
see the Security Page for further details on implementation.