This exception is thrown when the HMAC value included in the request does not match the value calculated on the server.
Usually this happens when some value, such as the subscriber ID or signing key, was incorrect when creating the original
HMAC value.
Namespace: HotDocs.Sdk.Server.ContractsAssembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- hmac
- Type:
System String
This is a hash key used to authenticate the request made to HotDocs Core Services.
- calculatedHMAC
- Type:
System String
The HMAC key calculated by the service.
- paramList
- Type:
System Object
An array of parameters that were included in the request.
See Also