Info
Version: | 1.1.1 |
Author(s): | Miqo DA |
Last Update: | Saturday, August 11, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/miqo-no/Miqo.License/ |
NuGet Url: | https://www.nuget.org/packages/Miqo.License |
Install
Install-Package Miqo.License
dotnet add package Miqo.License
paket add Miqo.License
Miqo.License Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Newtonsoft.Json(>= 11.0.2)
- Newtonsoft.Json(>= 11.0.2)
- Newtonsoft.Json(>= 11.0.2)
- Newtonsoft.Json(>= 11.0.2)
Implement a licensing system that is easy to use into your application with Miqo.License.
The library is cross platform and provides you with all the neccessary tools to issue, sign and verify the authenticity of a license.
The license files are saved in JSON format, and is signed using a state-of-the-art Elliptic Curve Digital Signature Algorithm (ECDSA) to ensure that the license files can't be tampered with after creation.
The library is available for .NET Standard 2.0 and .NET Framework 4.0 and higher. The tests project uses .NET Core 2.0.