Meerkat.Security.Hmac.WebApi
4.1.0
dotnet add package Meerkat.Security.Hmac.WebApi --version 4.1.0
NuGet\Install-Package Meerkat.Security.Hmac.WebApi -Version 4.1.0
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="Meerkat.Security.Hmac.WebApi" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Meerkat.Security.Hmac.WebApi" Version="4.1.0" />
<PackageReference Include="Meerkat.Security.Hmac.WebApi" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Meerkat.Security.Hmac.WebApi --version 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Meerkat.Security.Hmac.WebApi, 4.1.0"
#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.
#:package Meerkat.Security.Hmac.WebApi@4.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Meerkat.Security.Hmac.WebApi&version=4.1.0
#tool nuget:?package=Meerkat.Security.Hmac.WebApi&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
An implementation of HMAC for ASP.NET WebApi
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- Meerkat.Security.Hmac (>= 4.1.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Owin (>= 5.2.7)
- Microsoft.Owin.Security (>= 4.1.1)
-
.NETFramework 4.6.2
- Meerkat.Security.Hmac (>= 4.1.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Owin (>= 5.2.7)
- Microsoft.Owin.Security (>= 4.1.1)
-
.NETFramework 4.7.2
- Meerkat.Security.Hmac (>= 4.1.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Owin (>= 5.2.7)
- Microsoft.Owin.Security (>= 4.1.1)
-
.NETFramework 4.8
- Meerkat.Security.Hmac (>= 4.1.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Owin (>= 5.2.7)
- Microsoft.Owin.Security (>= 4.1.1)
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 |
|---|---|---|
| 4.1.0 | 1,349 | 1/3/2021 |
| 4.0.0 | 8,973 | 4/29/2019 |
| 3.1.1 | 1,980 | 9/3/2018 |
| 3.1.0 | 1,648 | 9/2/2018 |
| 3.0.4 | 1,860 | 7/25/2018 |
| 3.0.3 | 2,375 | 4/14/2018 |
| 3.0.2 | 2,193 | 10/26/2017 |
| 3.0.1 | 2,684 | 2/19/2017 |
| 3.0.0 | 2,005 | 2/5/2017 |
| 2.1.1 | 1,975 | 12/10/2016 |
| 2.1.0 | 2,226 | 11/19/2016 |
| 2.0.0 | 1,983 | 11/17/2016 |
| 1.2.2 | 2,004 | 11/4/2016 |
| 1.2.1 | 2,026 | 11/3/2016 |
| 1.1.1 | 1,997 | 9/23/2016 |
Drop netstandard2.0 dependencies back to 2.1 so we can use with netcoreapp2.1
Introduce netstandard2.1 target for netcoreapp3.1 projects
Update OWIN dependencies due to CVE-2020-1045