Click or drag to resize
IRESTServiceGetHashForURL Method
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: 11.0.0
Syntax
C#
Stream GetHashForURL(
	string url
)

Parameters

url
Type: SystemString
URL of which to get the hash

Return Value

Type: Stream
See Also