Services Constructor
Constructor for Services, which requires the subscriber's ID and signing key. These are necessary to authenticate requests sent to HotDocs Cloud Services.

Namespace: HotDocs.Sdk.Server.Cloud
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Services(
	string subscriberId,
	string signingKey
)

Parameters

subscriberId
Type: OnlineSystem String
A HotDocs Cloud Services subscriber ID.
signingKey
Type: OnlineSystem String
The signing key associated with the subscriber ID.
See Also