HMAC CalculateHMAC Method
Creates an HMAC-SHA1 hash from an array of parameters and a security token.

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

public static string CalculateHMAC(
	string signingKey,
	params Object[] paramList
)

Parameters

signingKey
Type: OnlineSystem String
The Subscriber's unique signing key.
paramList
Type:  OnlineSystem Object 
The parameters to be hashed

Return Value

Type: OnlineString
The BASE64-encoded HMAC
See Also