Click or drag to resize
ValidationHelperValidateHash Method (String, String, HashSettings)
Validates the hash for the given value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool ValidateHash(
	string value,
	string hash,
	HashSettings settings = null
)

Parameters

value
Type: SystemString
Value
hash
Type: SystemString
Hash
settings (Optional)
Type: CMS.HelpersHashSettings
Hash settings

Return Value

Type: Boolean
See Also