ValidationHelper ValidateHash Method Kentico 8.1 API Reference
Validates the hash for the given value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

value
Type: OnlineSystem String
Value
hash
Type: OnlineSystem String
Hash
userSpecific (Optional)
Type: OnlineSystem Boolean
Indicates if the hash string is bound to current user
redirect (Optional)
Type: OnlineSystem Boolean
Whether or not should method redirect.
customSalt (Optional)
Type: OnlineSystem String
Custom salt string.
hashSalt (Optional)
Type: OnlineSystem String
Hash salt string. This salt represent the place from where the method is called.

Return Value

Type: OnlineBoolean
See Also