TestReadME 1.0.0.2
See the version list below for details.
dotnet add package TestReadME --version 1.0.0.2
NuGet\Install-Package TestReadME -Version 1.0.0.2
<PackageReference Include="TestReadME" Version="1.0.0.2" />
paket add TestReadME --version 1.0.0.2
#r "nuget: TestReadME, 1.0.0.2"
// Install TestReadME as a Cake Addin #addin nuget:?package=TestReadME&version=1.0.0.2 // Install TestReadME as a Cake Tool #tool nuget:?package=TestReadME&version=1.0.0.2
anddone-hmac-validator
anddone-hmac-validator projects helps to calculate and validate HMAC signature.
Project Structure
/src /HmacValidator
/test /HmacValidator.Tests
Utilities.sln
Importent Methods
HmacValidator Class used to calculate and validate HMac signature
CalculateHmac - Returns HMAC signature string
This method is used to Calculate the HMAC signature, It takes the 2 arguments. This can be used to generate a Hmac signature for the object.
- secretKey ⇒ Created at time of Webhook configuration at AndDone platform Agnet Portal.
- webhookNotification ⇒ the notification deserialized into an object.
IsValidHmac Return boolean parameter indicates if the HMAC singature is valid or not
This method is used to validate the HMAC signature, It takes the 2 arguments
- secretKey ⇒ Created at time of Webhook configuration at AndDone platform Agnet Portal.
- webhookNotification ⇒ the notification deserializedinto an object with a signature property provided.
HMac Validator Nuget Pacakge We have also create the Nuget package for same code. This package can be used to calculate / validate Hmac signatures for .Net Core projects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changelog
[7.0.0.7] - 2024-07-17
Added
- Added new property **SubTotal** in WebhookTransaction event.
https://github.com/AndDone-LLC/anddone-hmac-validator/blob/main/README.
[text](https://github.com/AndDone-LLC/anddone-hmac-validator/blob/main/README.md)
[https://github.com/AndDone-LLC/anddone-hmac-validator/blob/main/README.md](https://github.com/AndDone-LLC/anddone-hmac-validator/blob/main/README.md)