Info
Version: | 4.2021.105.19002 |
Author(s): | Will Hopkins |
Last Update: | Tuesday, January 5, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Moonrise.Microsoft.EncryptedJsonConfiguration |
Install
Install-Package Moonrise.Microsoft.EncryptedJsonConfiguration
dotnet add package Moonrise.Microsoft.EncryptedJsonConfiguration
paket add Moonrise.Microsoft.EncryptedJsonConfiguration
Moonrise.Microsoft.EncryptedJsonConfiguration Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.Json(>= 5.0.0)
- Moonrise.StandardUtils.NetStd(>= 4.2021.105.19002)
Simply .AddEncyptedJsonFile(...) to the IConfigurationBuilder.
Also see the package folder for a command-line app that uses Moonrise.Utils.Standard.Config en/decryption with examples.