From 880780caa7ff9db037b4c950c831e3fdc43ad9b2 Mon Sep 17 00:00:00 2001 From: meihDS <70775251+meihDS@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:23:58 -0800 Subject: [PATCH] DEVDOCS-12874 remove extra Views folder, revert name of file --- ...alidation.cs => ValidateWebhookMessage.cs} | 0 .../Views/HMACValidation/Con001.cshtml | 53 ------------------- 2 files changed, 53 deletions(-) rename launcher-csharp/Connect/Examples/{HMACValidation.cs => ValidateWebhookMessage.cs} (100%) delete mode 100644 launcher-csharp/Connect/Views/HMACValidation/Con001.cshtml diff --git a/launcher-csharp/Connect/Examples/HMACValidation.cs b/launcher-csharp/Connect/Examples/ValidateWebhookMessage.cs similarity index 100% rename from launcher-csharp/Connect/Examples/HMACValidation.cs rename to launcher-csharp/Connect/Examples/ValidateWebhookMessage.cs diff --git a/launcher-csharp/Connect/Views/HMACValidation/Con001.cshtml b/launcher-csharp/Connect/Views/HMACValidation/Con001.cshtml deleted file mode 100644 index 69c2475..0000000 --- a/launcher-csharp/Connect/Views/HMACValidation/Con001.cshtml +++ /dev/null @@ -1,53 +0,0 @@ -@{ - int formNumber = 0; - int hmacInputNumber = 0; - int jsonInputNumber = 1; -} - -

@Html.Raw(ViewBag.CodeExampleText.ExampleName)

-

- @Html.Raw(ViewBag.CodeExampleText.ExampleDescription) -

- - -

- @Html.Raw( - @String.Format( - ViewBag.SupportingTexts.ViewSourceFile, - "HMACValidation.cs" - ) - ) -

- -

- Prerequisites: See How to validate an HMAC signature. -

- -
-
- - - -
-
- - - -
- - -
-