Dragon.Security.Hmac.Core 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dragon.Security.Hmac.Core --version 1.0.2
NuGet\Install-Package Dragon.Security.Hmac.Core -Version 1.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="Dragon.Security.Hmac.Core" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dragon.Security.Hmac.Core --version 1.0.2
#r "nuget: Dragon.Security.Hmac.Core, 1.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 Dragon.Security.Hmac.Core as a Cake Addin
#addin nuget:?package=Dragon.Security.Hmac.Core&version=1.0.2

// Install Dragon.Security.Hmac.Core as a Cake Tool
#tool nuget:?package=Dragon.Security.Hmac.Core&version=1.0.2

A library to generate HMAC signatures for GET requests.
     It is used by clients of services that use the Dragon.Security.Hmac.Module module.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Dragon.Security.Hmac.Core:

Package Downloads
Dragon.Security.Hmac.Module

A library to authorize GET requests using HMAC signatures that are generated by the Dragon.Security.Hmac.Core module.

Dragon.SecurityServer.AccountSTS.Client

A client for the Dragon.SecurityServer.AccountSTS, which allows updating user data and generating links to the AccountSTS.

Dragon.SecurityServer.ProfileSTS.Client

A client for the Dragon.SecurityServer.ProfileSTS, which allows managing user profile claims.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 1,286 11/3/2016
1.2.0 1,273 8/20/2015
1.1.0 1,369 4/30/2015
1.0.2 1,025 8/20/2015
1.0.1 1,049 4/9/2015
1.0.0 1,062 3/19/2015

expiry parameter is now UTC based
serviceId is now case insensitive