MacroSecurityProcessor RefreshSecurityParameters Method (DataSet, String, String)Kentico 8.0 API Reference
Recreates all the macros signatures according to new specified salt in all string columns of each row of the given DataSet (modifies the DataSet). Keeps the owners of the macros untouched (verifies the integrity against old salt).

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

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet containing macros
oldSalt
Type: OnlineSystem String
Old salt used to generate old signatures (to verify integrity of old macros); if null, the integrity is not checked
newSalt
Type: OnlineSystem String
New salt which should be used to generate new signatures
See Also