SecuritySettingsTConfigEnforceSecurityAttribute Method (SecurityAttributeUserLevel, JObject, JObject) |
Performs a security check to the configuration.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string EnforceSecurityAttribute(
SecurityAttributeUserLevel userLevel,
JObject oldJson,
ref JObject newJson
)
Public Function EnforceSecurityAttribute (
userLevel As SecurityAttributeUserLevel,
oldJson As JObject,
ByRef newJson As JObject
) As String
public:
String^ EnforceSecurityAttribute(
SecurityAttributeUserLevel userLevel,
JObject^ oldJson,
JObject^% newJson
)
Parameters
- userLevel
- Type: MFiles.VAF.ConfigurationSecurityAttributeUserLevel
The user security level. - oldJson
- Type: JObject
Old/existing configuration as JObject. - newJson
- Type: JObject
The new configuration as JObject.
Return Value
Type:
StringSecurity checked and possibly modified configuration.
See Also