Validates the hash for the given value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- value
- Type: System String
Value
- hash
- Type: System String
Hash
- userSpecific (Optional)
- Type: System Boolean
Indicates if the hash string is bound to current user
- redirect (Optional)
- Type: System Boolean
Whether or not should method redirect.
- customSalt (Optional)
- Type: System String
Custom salt string.
- hashSalt (Optional)
- Type: System String
Hash salt string. This salt represent the place from where the method is called.
Return Value
Type: BooleanSee Also