Meerkat.Security.Hmac
2.0.0
See the version list below for details.
dotnet add package Meerkat.Security.Hmac --version 2.0.0
NuGet\Install-Package Meerkat.Security.Hmac -Version 2.0.0
<PackageReference Include="Meerkat.Security.Hmac" Version="2.0.0" />
paket add Meerkat.Security.Hmac --version 2.0.0
#r "nuget: Meerkat.Security.Hmac, 2.0.0"
// Install Meerkat.Security.Hmac as a Cake Addin #addin nuget:?package=Meerkat.Security.Hmac&version=2.0.0 // Install Meerkat.Security.Hmac as a Cake Tool #tool nuget:?package=Meerkat.Security.Hmac&version=2.0.0
An implementation of HMAC for ASP.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Common.Logging.Core (>= 3.3.1)
- Meerkat.Caching (>= 1.0.4 && < 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Meerkat.Security.Hmac:
Package | Downloads |
---|---|
Meerkat.Security.Hmac.WebApi
An implementation of HMAC for ASP.NET WebApi |
|
Meerkat.Security.Hmac.AspNetCore
An implementation of HMAC for ASP.NET Core |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 1,013 | 1/3/2021 |
4.0.0 | 9,349 | 4/29/2019 |
3.1.1 | 1,792 | 9/3/2018 |
3.1.0 | 1,141 | 9/2/2018 |
3.0.4 | 1,239 | 7/25/2018 |
3.0.3 | 1,583 | 4/14/2018 |
3.0.2 | 2,195 | 10/26/2017 |
3.0.1 | 1,864 | 2/19/2017 |
3.0.0 | 2,689 | 2/5/2017 |
2.1.1 | 1,437 | 12/10/2016 |
2.1.0 | 1,332 | 11/19/2016 |
2.0.0 | 3,042 | 11/17/2016 |
1.2.2 | 1,276 | 11/4/2016 |
1.2.1 | 1,322 | 11/3/2016 |
1.2.0 | 1,514 | 11/2/2016 |
1.1.1 | 1,276 | 9/23/2016 |
1.1.0 | 4,006 | 9/22/2016 |
1.0.3 | 1,305 | 8/18/2016 |
1.0.2 | 1,364 | 5/18/2016 |
1.0.1 | 1,296 | 4/18/2016 |
1.0.0 | 1,304 | 4/17/2016 |
Introduced Owin middleware component, HmacAuthorizeAttribute is invoked too late to amend the claims using ClaimsTransformer in the Owin pipeline.
Breaking change - Changed interface of IHmacAuthenticator to return ClaimsIdentity, simplifies Owin integration.
Breaking change - Introduce SignatureValidator.ClockDrift property to to split cache duration from client/server clock drift.