MacroSecurityProcessor RefreshSecurityParameters Method (BaseInfo, String, Boolean, String)Kentico 8.0 API Reference
Loops through all text columns of given info and signs ALL macros (even already signed) with specififed user.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

info
Type: CMS.DataEngine BaseInfo
Info object to process
userName
Type: OnlineSystem String
Name of the user to sign the macro
saveObject
Type: OnlineSystem Boolean
If set to true, than saves the object to DB if any macro signature has been changed.
saltToUse (Optional)
Type: OnlineSystem String
Salt to use for hash function

Return Value

Type: OnlineBoolean
See Also