Info
Version: | 5.0.0 |
Author(s): | Medidata Solutions, Inc. |
Last Update: | Friday, August 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mdsol/mauth-client-dotnet |
NuGet Url: | https://www.nuget.org/packages/Medidata.MAuth.Core |
Install
Install-Package Medidata.MAuth.Core
dotnet add package Medidata.MAuth.Core
paket add Medidata.MAuth.Core
Medidata.MAuth.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Client(>= 5.2.7)
- Microsoft.Extensions.Caching.Memory(>= 1.1.2)
- Microsoft.Extensions.Logging(>= 2.1.1)
- Newtonsoft.Json(>= 12.0.2)
- Portable.BouncyCastle(>= 1.8.1.2)
- System.Net.Http(>= 4.3.2)
- System.ValueTuple(>= 4.3.1)
- BouncyCastle(>= 1.8.1)
- Microsoft.AspNet.WebApi.Client(>= 5.2.7)
- Microsoft.Extensions.Caching.Memory(>= 1.1.2)
- Microsoft.Extensions.Logging(>= 2.1.1)
- Newtonsoft.Json(>= 12.0.2)
- System.ValueTuple(>= 4.3.1)
Tags
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.