Click or drag to resize
MacroSecurityProcessorRemoveSecurityParameters Method (String, Boolean, IDictionaryString, MacroIdentityOption)
Removes security parameters from all macros.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static string RemoveSecurityParameters(
	string text,
	bool replaceWithHash,
	IDictionary<string, MacroIdentityOption> signatures
)

Parameters

text
Type: SystemString
Text with macros
replaceWithHash
Type: SystemBoolean
If true, macros which contained security information will be returned with hash at the end
signatures
Type: System.Collections.GenericIDictionaryString, MacroIdentityOption
Dictionary of identity options indexed by expression to be built while removing security parameters

Return Value

Type: String
See Also