MacroSecurityProcessorRemoveSecurityParametersAndAnonymize Method |
Marks all macros int the text as anonymous.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
StringText with macros without signatures and marked as anonymous.
Remarks This is for internal use only. Do not use it.
See Also