Constructor
Namespace: CTCT.Webhooks.HelperAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public WebHookValidator(
string xCtctHmacSHA256,
string body,
string sharedSecret
)
public WebHookValidator(
string xCtctHmacSHA256,
string body,
string sharedSecret
)
Public Sub New ( _
xCtctHmacSHA256 As String, _
body As String, _
sharedSecret As String _
)
Public Sub New ( _
xCtctHmacSHA256 As String, _
body As String, _
sharedSecret As String _
)
public:
WebHookValidator(
String^ xCtctHmacSHA256,
String^ body,
String^ sharedSecret
)
public:
WebHookValidator(
String^ xCtctHmacSHA256,
String^ body,
String^ sharedSecret
)
new :
xCtctHmacSHA256 : string *
body : string *
sharedSecret : string -> WebHookValidator
new :
xCtctHmacSHA256 : string *
body : string *
sharedSecret : string -> WebHookValidator
Parameters
- xCtctHmacSHA256
- Type: System String
Header hash represented as base64 string
- body
- Type: System String
Body message
- sharedSecret
- Type: System String
Client secret