Returns Hashed string from specified query string. Hashed string is not user specific.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax protected virtual string GetHashString(
string query
)
Parameters
- query
- Type: SystemString
Query to hash.
Return Value
Type:
StringSee Also