Click or drag to resize
MacroSecurityProcessorRefreshSecurityParameters Method (DataSet, MacroIdentityOption)
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: 11.0.0
Syntax
C#
public static void RefreshSecurityParameters(
	DataSet ds,
	MacroIdentityOption identityOption
)

Parameters

ds
Type: System.DataDataSet
DataSet containing macros
identityOption
Type: CMS.MacroEngineMacroIdentityOption
Identity option to sign with
See Also