Click or drag to resize
RESTServiceGetHashForURL Method (String)
Returns hash string which can be than used for given URL instead of authentication.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public Stream GetHashForURL(
	string url
)

Parameters

url
Type: SystemString
URL of which to get the hash (starting with '/rest' prefix)

Return Value

Type: Stream

Implements

IRESTServiceGetHashForURL(String)
See Also