QueryHelper GetHash Method (String, Boolean, Boolean)Kentico 8.0 API Reference
Generates hash for given QueryString.

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

Parameters

input
Type: OnlineSystem String
Query string starting with '?' or complete url
isQueryString
Type: OnlineSystem Boolean
Indicates if input is query string or url
userSpecific
Type: OnlineSystem Boolean
Indicates if the hash string is bound to current user

Return Value

Type: OnlineString
SHA256 hash of query string
See Also