Closed xaberue closed 4 years ago
Hi @Xelit3 I tried this out and there was some unwanted behavior. The settings are correctly read but the encrypted value is not written in the same key and so does not overwrite the plane values. It will build a new Appsettings key on the end of the file and write in there. If it's decrypting it will write the values there as well.
Hi @Master-Silver
Could you check if you have done the same in EncryptSettings:
.EncryptSettings(true, "UniFiSettings")
You could check this here, also inside the release notes
Best regards
Hi @Xelit3
you are right, I missed that, sorry.
Thanks for your time
Np @Master-Silver ! It is working now?
Yes it works now.
Currently, the project only allows to encrypt and decrypt sections whose name is "AppSettings",
Allowing the name to be flexible can give more configuration flexibility to the client project