SecuritySettingsTConfigEnforceSecurityAttribute(SecurityAttributeUserLevel, JObject, JObject) Method
Performs a security check to the configuration.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string EnforceSecurityAttribute(
SecurityAttributeUserLevel userLevel,
JObject oldJson,
ref JObject newJson
)
- userLevel SecurityAttributeUserLevel
- The user security level.
- oldJson JObject
- Old/existing configuration as JObject.
- newJson JObject
- The new configuration as JObject.
StringSecurity checked and possibly modified configuration.