QueryHelperGetHash Method (String, Boolean, Boolean) |
Generates hash for given QueryString.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetHash(
string input,
bool isQueryString,
bool userSpecific = true
)
Parameters
- input
- Type: SystemString
Query string starting with '?' or complete url - isQueryString
- Type: SystemBoolean
Indicates if input is query string or url - userSpecific (Optional)
- Type: SystemBoolean
Indicates if the hash string is bound to current user
Return Value
Type:
StringSHA256 hash of query string
See Also