RESTService GetHashForURL Method (String, String)Kentico 8.0 API Reference
Returns hash string which can be than used for given URL instead of authetication.

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

Parameters

url
Type: OnlineSystem String
URL of which to get the hash (starting with '/rest' prefix)
domain
Type: OnlineSystem String
Domain for which to grant the access

Return Value

Type: OnlineString
See Also