Creates an HMAC-SHA1 hash from an array of parameters and a security token.
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
- signingKey
- Type:
System String
The Subscriber's unique signing key.
- paramList
- Type:
System Object
The parameters to be hashed
Return Value
Type:
The BASE64-encoded HMAC
See Also