TestReadME 1.0.0.2

There is a newer version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TestReadME" Version="1.0.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TestReadME --version 1.0.0.2                
#r "nuget: TestReadME, 1.0.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

  1. secretKey ⇒ Created at time of Webhook configuration at AndDone platform Agnet Portal.
  2. 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

  1. secretKey ⇒ Created at time of Webhook configuration at AndDone platform Agnet Portal.
  2. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.0.0.3 110 7/17/2024
1.0.0.2 98 7/17/2024
1.0.0.1 101 7/17/2024
1.0.0 110 7/17/2024