Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
meihDS committed Dec 6, 2023
2 parents 6ac7546 + d5d391d commit a69a874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static bool HashIsValid(string secret, string payload, string verify)

return CryptographicOperations.FixedTimeEquals(hashBytes, verifyBytes);
}

//ds-snippet-end:Connect1Step1
}
}

0 comments on commit a69a874

Please sign in to comment.