MacroSecurityProcessor.AddMacroSecurityParams Method |
Adds |(hash) and |(user) security parameters to given expression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntaxpublic static string AddMacroSecurityParams(
string expression,
MacroIdentityOption identityOption,
string saltToUse = null,
bool decode = false
)
Parameters
- expression
- Type: System.String
Macro expression to add the parameters to - identityOption
- Type: CMS.MacroEngine.MacroIdentityOption
Identity option to sign with - saltToUse (Optional)
- Type: System.String
Salt to use for hash function - decode (Optional)
- Type: System.Boolean
If true, decodes expression before computing signature
Return Value
Type:
String
See Also