MacroDebugLogSecurityCheckFailure Method |
Logs information that expression failed to evaluate for security reasons.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static void LogSecurityCheckFailure(
string expression,
string userName,
string identityName,
string effectiveUserName
)
Parameters
- expression
- Type: SystemString
Expression the evaluation of which failed - userName
- Type: SystemString
User name, or null. - identityName
- Type: SystemString
Macro identity name, or null. - effectiveUserName
- Type: SystemString
Effective user name when expression was evaluated under macro identity, or null.
See Also