MacroSecurityProcessorRemoveSecurityParameters Method (String, Boolean, Hashtable, Boolean) |
Removes security parameters from all macros.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static string RemoveSecurityParameters(
string text,
bool replaceWithHash,
Hashtable signatures,
bool clearSignatures
)
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.CollectionsHashtable
Hashtable of usernames indexed by expressions to be build while removing security parameters - clearSignatures
- Type: SystemBoolean
If true, signatures hashtable is cleared before text processing
Return Value
Type:
StringSee Also