SecureConfigurationManagerTConfig Constructor |
Constructor.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic SecureConfigurationManager(
string ns,
string key = "configuration",
SecurityAttributeUserLevel defaultLevel = SecurityAttributeUserLevel.SystemAdmin,
ResourceManager resourceManager = null
)
Public Sub New (
ns As String,
Optional key As String = "configuration",
Optional defaultLevel As SecurityAttributeUserLevel = SecurityAttributeUserLevel.SystemAdmin,
Optional resourceManager As ResourceManager = Nothing
)
public:
SecureConfigurationManager(
String^ ns,
String^ key = L"configuration",
SecurityAttributeUserLevel defaultLevel = SecurityAttributeUserLevel::SystemAdmin,
ResourceManager^ resourceManager = nullptr
)
Parameters
- ns
- Type: SystemString
The namespace in NVS where the configuration is stored. - key (Optional)
- Type: SystemString
The key in the namespace where the configuration is stored. - defaultLevel (Optional)
- Type: MFiles.VAF.ConfigurationSecurityAttributeUserLevel
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 (Optional)
- Type: System.ResourcesResourceManager
Resource manager to use for the configuration when generating it's schema.
See Also