Adds security parameters to every macro.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- text
- Type: System String
Text with macros
- userName
- Type: System String
Username to sign with
- signatures
- Type: System.Collections Hashtable
Hashtable with old signatures indexed by expression
- decodeBeforeSign (Optional)
- Type: System Boolean
If true, expression is decoded before the security params are computed
- saltToUse (Optional)
- Type: System String
Salt to use for hash function
Return Value
Type: StringSee Also