Click or drag to resize
ValidationHelper.ValidateHash Method
Validates the hash for the given value.

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

Parameters

value
Type: System.String
Value
hash
Type: System.String
Hash
settings
Type: CMS.Helpers.HashSettings
Hash settings

Return Value

Type: Boolean
See Also