MacroSecurityProcessorRefreshSecurityParameters Method (BaseInfo, MacroIdentityOption, Boolean, String) |
Loops through all text columns of given info and signs ALL macros (even already signed) with specified identity option.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static bool RefreshSecurityParameters(
BaseInfo info,
MacroIdentityOption identityOption,
bool saveObject,
string saltToUse = null
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Info object to process - identityOption
- Type: CMS.MacroEngineMacroIdentityOption
Identity option to sign with - saveObject
- Type: SystemBoolean
If set to true, than saves the object to DB if any macro signature has been changed. - saltToUse (Optional)
- Type: SystemString
Salt to use for hash function
Return Value
Type:
BooleanSee Also