SecureConfigurationManagerTConfig Constructor
Constructor.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public SecureConfigurationManager(
string ns,
string key = "configuration",
SecurityAttributeUserLevel defaultLevel = SecurityAttributeUserLevel.SystemAdmin,
ResourceManager resourceManager = null
)
Parameters
- ns String
- The namespace in NVS where the configuration is stored.
- key String (Optional)
- The key in the namespace where the configuration is stored.
- defaultLevel SecurityAttributeUserLevel (Optional)
-
The default security level needed to modify the configuration.
This can be overridden for certain settings and settings nodes (objects) with the
security attribute.
- resourceManager ResourceManager (Optional)
-
Resource manager to use for the configuration when generating it's schema.