Validates the provided HMAC against the provided security token and parameter list.
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.
- signingKey
- Type:
System String
The Subscriber's unique signing key.
- paramList
- Type:
System Object
The parameters used to create the HMAC
See Also