HMAC ValidateHMAC Method
Validates the provided HMAC against the provided security token and parameter list.

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 void ValidateHMAC(
	string hmac,
	string signingKey,
	params Object[] paramList
)

Parameters

hmac
Type: OnlineSystem String
This is a hash key used to authenticate the request made to HotDocs Core Services.
signingKey
Type: OnlineSystem String
The Subscriber's unique signing key.
paramList
Type:  OnlineSystem Object 
The parameters used to create the HMAC
See Also