diff --git a/launcher-csharp/Connect/Views/ValidateWebhookMessage/Con001.cshtml b/launcher-csharp/Connect/Views/ValidateWebhookMessage/Con001.cshtml index f88babb..69c2475 100644 --- a/launcher-csharp/Connect/Views/ValidateWebhookMessage/Con001.cshtml +++ b/launcher-csharp/Connect/Views/ValidateWebhookMessage/Con001.cshtml @@ -14,13 +14,13 @@ @Html.Raw( @String.Format( ViewBag.SupportingTexts.ViewSourceFile, - "HmacSha256Encrypts.cs" + "HMACValidation.cs" ) )

- Prerequisites: See How to validate a webhook message using HMAC. + Prerequisites: See How to validate an HMAC signature.