Click or drag to resize
MacroSecurityProcessor.RemoveSecurityParameters Method (String, Boolean, IDictionary<String, MacroIdentityOption>)
Removes security parameters from all macros.

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

Parameters

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

Return Value

Type: String
See Also