Class JsonConfigurationValueProtection
Selects existing JSON values that are encoded once during switchable-source registration and decoded during every load.
Inheritance
JsonConfigurationValueProtection
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class JsonConfigurationValueProtection
Methods
|
Edit this page
View Source
ForKeys(ConfigurationValueCodec, params string[])
Protects values by matching only their final JSON key name, regardless of nesting.
Declaration
public static JsonConfigurationValueProtection ForKeys(ConfigurationValueCodec codec, params string[] patterns)
Parameters
Returns
|
Edit this page
View Source
ForPaths(ConfigurationValueCodec, params string[])
Protects values by matching their complete colon-separated configuration paths.
Declaration
public static JsonConfigurationValueProtection ForPaths(ConfigurationValueCodec codec, params string[] patterns)
Parameters
Returns