Click or drag to resize
MacroSecurityProcessorRemoveSecurityParametersAndAnonymize Method
Marks all macros int the text as anonymous.

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

Parameters

text
Type: SystemString
Text with macros.
signatures
Type: System.Collections.GenericIDictionaryString, MacroIdentityOption
Dictionary of identity options indexed by expression to be built while removing security parameters

Return Value

Type: String
Text with macros without signatures and marked as anonymous.
Remarks
This is for internal use only. Do not use it.
See Also