Medidata.MAuth.Core 2.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.0 or higher.

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

// Install Medidata.MAuth.Core as a Cake Tool
#tool nuget:?package=Medidata.MAuth.Core&version=2.0.0

A core package for Medidata HMAC protocol implementation. This package contains the core functionality which used by the MAuth authentication protocol-specific components. This package also can be used standalone if you want to sign HTTP/HTTPS requests with Medidata MAuth keys using the .NET HttpClient message handler mechanism.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Medidata.MAuth.Core:

Package Downloads
Medidata.MAuth.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains an ASP.NET Core middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your ASP.NET Core web api if you want to authenticate the api requests signed with the MAuth protocol.

Medidata.MAuth.Owin The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains an OWIN middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your OWIN-enabled web api if you want to authenticate the api requests signed with the MAuth protocol.

Medidata.MAuth.WebApi The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains an HTTP message handler to validate signed http requests with the Medidata MAuth protocol. The handler communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your WebAPI application if you want to authenticate the api requests signed with the MAuth protocol.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 63,400 8/7/2020
4.0.2 47,952 2/5/2020
4.0.1 6,586 11/14/2019
4.0.0 1,603 10/9/2019
3.1.2 6,988 1/18/2019
3.1.2-pre1 1,214 1/17/2019
3.1.1 5,460 10/18/2018
3.1.0 1,506 10/15/2018
3.0.4 4,132 10/10/2018
3.0.3 2,393 8/28/2018
3.0.2 1,817 6/8/2018
3.0.1 5,252 1/31/2018
3.0.0 1,847 12/28/2017
3.0.0-pre1 1,446 12/26/2017
2.4.1 4,199 8/31/2017
2.4.0 1,714 7/28/2017
2.3.0 1,685 6/30/2017
2.2.0 1,643 3/1/2017
2.1.1 1,567 12/16/2016
2.1.0 1,633 12/13/2016
2.1.0-beta4 1,375 11/29/2016
2.1.0-beta3 1,302 11/24/2016
2.1.0-beta 1,451 11/21/2016
2.0.0 2,083 10/26/2016
1.0.0 1,868 8/9/2016

This version introduces the MAuthSigningOptions options object instead of the MAuthOptions for the MAuthSigningHandler. With this change the handler does not need the MAuth server url for its configuration anymore.