Member
492 Points
2569 Posts
Jun 24, 2020 06:27 PM|johnjohn123123|LINK
bruce (sqlwork.com) see the docs: https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows another approach is if the hosting provider supplies secure environment variables.
see the docs:
https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows
another approach is if the hosting provider supplies secure environment variables.
thanks for the link, but it did not mention how we can encrypt sections of the appsettings.json
Member
492 Points
2569 Posts
Re: Encrypt sections of the appsettings.json inside my Asp.Net Core MVC web apllication
Jun 24, 2020 06:27 PM|johnjohn123123|LINK
thanks for the link, but it did not mention how we can encrypt sections of the appsettings.json