Info
Version: | 1.1.0 |
Author(s): | Nauck IT KG |
Last Update: | Friday, April 5, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://dev.nauck-it.de/projects/portable-licensing |
NuGet Url: | https://www.nuget.org/packages/Portable.Licensing |
Install
Install-Package Portable.Licensing
dotnet add package Portable.Licensing
paket add Portable.Licensing
Portable.Licensing Download (Unzip the "nupkg" after downloading)
Dependencies
11 packages depend on this package.
Tags
implement licensing into your application or library.
It provides you all tools to create
and validate licenses for your software.
Portable.Licensing is using the latest military strength, state-of-the-art cryptographic algorithm
to ensure that your software and thus your intellectual property is protected.
It is targeting the Portable Class Library and thus runs on nearly every .NET/Mono profile
including Silverlight, Windows Phone, Windows Store App, Xamarin.iOS, Xamarin.Android, Xamarin.Mac
and XBox 360. Use it for your Desktop- (WinForms, WPF, etc.), Console-, Service-,
Web- (ASP.NET, MVC, etc.), Mobile (Xamarin.iOS, Xamarin.Android) or even LightSwitch applications.
FEATURES
- runs on .NET >= 4.0.3, Silverlight >= 4, Windows Phone >= 7.5, Windows Store Apps, Mono, Xamarin.iOS, Xamarin.Android, Xamarin.Mac, XBox 360
- easy creation and validation of your licenses
- trial, standard and subscription licenses
- cryptographic signed licenses, no alteration possible
- allows you to enable/disable program modules or product features
- limit various parameters for your software, e.g.
max transactions, etc.
- add additional key/value pair attributes to your licenses
- easily extend the fluent validation API with extension methods.