WebHookValidator Constructor CTCT Wrapper Documented Class Library
Constructor

Namespace: CTCT.Webhooks.Helper
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public WebHookValidator(
	string xCtctHmacSHA256,
	string body,
	string sharedSecret
)

Parameters

xCtctHmacSHA256
Type: System String
Header hash represented as base64 string
body
Type: System String
Body message
sharedSecret
Type: System String
Client secret
See Also