Click or drag to resize
MacroSecurityProcessorRefreshSecurityParameters Method (DataSet, String)
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.2.23
Syntax
C#
public static void RefreshSecurityParameters(
	DataSet ds,
	string userName
)

Parameters

ds
Type: System.DataDataSet
DataSet containing macros
userName
Type: SystemString
Name of the user to sign the macro
See Also