QueryHelperValidateHashString Method |
Validates given value against hash.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool ValidateHashString(
string value,
string hash,
HashSettings settings = null
)
Parameters
- value
- Type: SystemString
Value to validate - hash
- Type: SystemString
Hash value - settings (Optional)
- Type: CMS.HelpersHashSettings
Hash settings
Return Value
Type:
BooleanTrue if hash is valid.
See Also