QueryHelper.ValidateHashString Method |
Validates given value against hash.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxpublic static bool ValidateHashString(
string value,
string hash,
HashSettings settings = null
)
Parameters
- value
- Type: System.String
Value to validate - hash
- Type: System.String
Hash value - settings (Optional)
- Type: CMS.Helpers.HashSettings
Hash settings
Return Value
Type:
BooleanTrue if hash is valid.
See Also