Meerkat.Security.Hmac
4.1.0
.NET Standard 2.0
.NET Framework 4.5.2
Install-Package Meerkat.Security.Hmac -Version 4.1.0
dotnet add package Meerkat.Security.Hmac --version 4.1.0
<PackageReference Include="Meerkat.Security.Hmac" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meerkat.Security.Hmac --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, 4.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Meerkat.Security.Hmac as a Cake Addin
#addin nuget:?package=Meerkat.Security.Hmac&version=4.1.0
// Install Meerkat.Security.Hmac as a Cake Tool
#tool nuget:?package=Meerkat.Security.Hmac&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/ASP.NET Core
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- Meerkat.Caching (>= 2.4.0)
- Meerkat.Logging (>= 2.3.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
-
.NETFramework 4.6.2
- Meerkat.Caching (>= 2.4.0)
- Meerkat.Logging (>= 2.3.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
-
.NETFramework 4.7.2
- Meerkat.Caching (>= 2.4.0)
- Meerkat.Logging (>= 2.3.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
-
.NETFramework 4.8
- Meerkat.Caching (>= 2.4.0)
- Meerkat.Logging (>= 2.3.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
-
.NETStandard 2.0
- Meerkat.Caching (>= 2.4.0)
- Meerkat.Logging (>= 2.3.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNetCore.Authentication (>= 2.1.0)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.1
- Meerkat.Caching (>= 2.4.0)
- Meerkat.Logging (>= 2.3.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNetCore.Authentication (>= 2.1.0)
- System.Net.Http (>= 4.3.4)
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 | 347 | 1/3/2021 |
4.0.0 | 3,954 | 4/29/2019 |
3.1.1 | 1,203 | 9/3/2018 |
3.1.0 | 582 | 9/2/2018 |
3.0.4 | 675 | 7/25/2018 |
3.0.3 | 990 | 4/14/2018 |
3.0.2 | 1,039 | 10/26/2017 |
3.0.1 | 1,272 | 2/19/2017 |
3.0.0 | 1,116 | 2/5/2017 |
2.1.1 | 851 | 12/10/2016 |
2.1.0 | 777 | 11/19/2016 |
2.0.0 | 963 | 11/17/2016 |
1.2.2 | 723 | 11/4/2016 |
1.2.1 | 741 | 11/3/2016 |
1.2.0 | 929 | 11/2/2016 |
1.1.1 | 727 | 9/23/2016 |
1.1.0 | 1,576 | 9/22/2016 |
1.0.3 | 739 | 8/18/2016 |
1.0.2 | 796 | 5/18/2016 |
1.0.1 | 719 | 4/18/2016 |
1.0.0 | 703 | 4/17/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