astorSafeHMACClient 1.0.0.11

dotnet add package astorSafeHMACClient --version 1.0.0.11
NuGet\Install-Package astorSafeHMACClient -Version 1.0.0.11
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="astorSafeHMACClient" Version="1.0.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add astorSafeHMACClient --version 1.0.0.11
#r "nuget: astorSafeHMACClient, 1.0.0.11"
#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 astorSafeHMACClient as a Cake Addin
#addin nuget:?package=astorSafeHMACClient&version=1.0.0.11

// Install astorSafeHMACClient as a Cake Tool
#tool nuget:?package=astorSafeHMACClient&version=1.0.0.11

This DLL provides a simple method for applications to authorize and authenticate against the astorSafe backend services. Please contact Astoria Solutions (http://www.astoriasolutions.com/) for any support/documentation requests.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.11 1,537 6/10/2016

v1.0.0.11: Provide a method that automatically generates the httpClient for the authenticated connection
     v1.0.0.10: Reconciled the SmartDevice and standard .Net client libraries - this is now a portable class library
     v1.0.0.4: Added signature to assemblies
     v1.0.0.3: Removed redundant and unnecessary references and simplified the interface
     v1.0.0.2: Fixed up an issue where some clients wouldn't receive responses to their requests
     v1.0.0.0: Initial Release