Click or drag to resize
QueryHelperValidateHashString Method
Validates given value against hash.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: Boolean
True if hash is valid.
See Also