MacroSecurityProcessorRemoveSecurityParameters Method (String, Boolean, IDictionaryString, MacroIdentityOption) |
Removes security parameters from all macros.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also