MacroSecurityProcessor RefreshSecurityParameters Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberRefreshSecurityParameters(DataSet, String)
Recreates all the macros signatures according to new specified salt in all string columns of each row of the given DataSet (modifies the DataSet). Keeps the owners of the macros untouched (verifies the integrity against old salt).
Public methodStatic memberRefreshSecurityParameters(DataSet, String, String)
Recreates all the macros signatures according to new specified salt in all string columns of each row of the given DataSet (modifies the DataSet). Keeps the owners of the macros untouched (verifies the integrity against old salt).
Public methodStatic memberRefreshSecurityParameters(String, String, String, Boolean)
Recreates all the macros signatures according to new specified salt. Keeps the owners of the macros untouched (verifies the integrity against old salt).
Public methodStatic memberRefreshSecurityParameters(BaseInfo, String, Boolean, String)
Loops through all text columns of given info and signs ALL macros (even already signed) with specififed user.
Public methodStatic memberRefreshSecurityParameters(BaseInfo, String, String, Boolean)
Loops through all text columns of given info and recreates all the macros signatures according to new specified salt. Keeps the owners of the macros untouched (verifies the integrity against old salt).
Back to Top
See Also