Skip to content

Commit a69a874

Browse files
committed
2 parents 6ac7546 + d5d391d commit a69a874

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

launcher-csharp/Connect/Controllers/HMACValidation.cs renamed to launcher-csharp/Connect/Controllers/ValidateWebhookMessage.cs

File renamed without changes.

launcher-csharp/Connect/Examples/ValidateWebhookMessage.cs renamed to launcher-csharp/Connect/Examples/HMACValidation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static bool HashIsValid(string secret, string payload, string verify)
2727

2828
return CryptographicOperations.FixedTimeEquals(hashBytes, verifyBytes);
2929
}
30+
3031
//ds-snippet-end:Connect1Step1
3132
}
3233
}

0 commit comments

Comments
 (0)