Found 8 packages
轻量的Microsoft.Extensions.Configuration的Nacos配置源
A ConfigTextFile configuration provider for Microsoft.Extensions.Configuration
轻量的Microsoft.Extensions.Configuration的Nacos配置源 - Grpc客户端包
App.config/Web.config configuration provider implementation for Microsoft.Extensions.Configuration.
When adding settings for ASP.NET Core, you can use this to request config files on the web.
SecuredConfig supports partial encryption over configuration values from any ConfigurationSource (e.g. appsettings.json, Environment varibles, etc.) and apply auto decryption over the underlying configurations.
Fededim.Extensions.Configuration.Protected is an improved ConfigurationBuilder which allows partial or full encryption of configuration values stored inside any possible ConfigurationSource and fully integrated in the ASP.NET Core architecture. Basically, it implements a custom ConfigurationBuilder and a custom ConfigurationProvider defining a custom tokenization tag which whenever found decrypts the enclosed encrypted data using a provider implementing a standard interface IProtectProvider.
ProtectedJson is an improved JSON configuration provider which allows partial or full encryption of configuration values stored in appsettings.json files and fully integrated in the ASP.NET Core architecture. Basically, it implements a custom ConfigurationSource and a custom ConfigurationProvider defining a custom tokenization tag which whenever found decrypts the enclosed encrypted data using ASP.NET Core Data Protection API.