Current version

Manco .NET Licensing System Version 9.0.

15 days free trial. Full archive includes

  1. Protection library for .NET Framework 4.0.
  2. Protection library for .NET Framework 4.5.
  3. Protection library for .NET Windows 8.1 Store Applications.
  4. License Manager compiled for .NET Framework 4.5 (can be used to manage licenses for .NET Framework 2.0-3.5 as well as for .NET Framework 4.0, 4.5, .NET Windows 8.1 Store Applications and .NET Compact Framework 2.0 and 3.5)

This version require MS SQL Server Express 2012 installed into the target system (PC where License Manager will be used).
Manco.Licensing.zip

Product documentation is a part of the evaluation package. After installation you can find it in the Windows Start menu at the "All Programs->Manco Software->Licensing System". File name is "Manco .NET Licensing System - Documentation.pdf".

If you'd like to test license protection for Windows Mobile solution then send e-Mail with request of the protection library for the .NET Compact Framework to .

Activation Web Service Version 9.0.
This version require .NET Framework 4.5 installed on target PC. Note: Evaluation version of the AWS accepts requests which come to the 'localhost' domain only (for example: http://localhost/ActivationService/ActivationService.asmx). So you should install evaluation version into the same PC where you will run protected application.
Manco.Licensing.Activation.zip

Database Manager Version 9.0.
This version require .NET Framework 4.5 installed on target PC.
Manco.Licensing.DatabaseManager.zip

Data Service Version 9.0.
This version require .NET Framework 4.5 installed on target PC.
Manco.Licensing.DataService.zip

Manco Obfuscator Version 4.5.4.1
Manco.Obfuscator is designed to convert .NET assemblies into the form which is hard to read after de-compiling to the languages like C# or VB.NET. It obfuscate name of the classes, fields, methods and other elements, which aren't a public. It allows resign assemblies after obfuscation using SNK or PFX files. This version supports obfuscation of the assemblies created for .NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, Windows Store applications and .NET Compact Framework 2.0 and 3.5.
Manco.Obfuscator.zip

Floating License Web Service Version 9.0.
This version require .NET Framework 4.5 installed on target PC.
Manco.Licensing.FloatingLicenseService.zip

Floating License Web Service Administrator Version 9.0.
This version require .NET Framework 4.5 installed on target PC.
Manco.Licensing.FLWS.Admin.zip

Protected Storage Cleaner Version 9.0.
This is a free utility designed to clear protected storage on the test PCs and servers where License Manager is not installed in. It uses License Manager database to perform necessary operations, so you should share your MS Access database or use MS SQL to be able use Protected Storage Cleaner utility. This version require .NET Framework 4.5 installed on target PC..
Manco.Licensing.ProtectedStorageCleaner.zip


Samples

These samples don't contain Manco.Licensing DLL itself, so don't forget to download main archive Manco.Licensing.zip and install Manco .NET Licensing System Version 9.0.

Using 'Unlock Key' licensing schema.
This project demonstrates how the WinForm application can be protected with Manco .NET Licensing System using "Unlock Key" schema. It also demonstrates main features that could be useful to limit evaluation version with functionality. Archive includes C# or VB.NET project and License Manager database.
Sample written in C#
Sample written in Visual Basic .NET

Using "Unlock Key with Activation" licensing schema for desktop application.
This project demonstrates how the WinForm application can be protected with Manco .NET Licensing System using "Unlock Key with Activation" licensing schema. It also demonstrates main features that could be useful to limit evaluation version with functionality. Activation Web Service is used in this sample to activate license (bind it to the PC hardware).
Sample written in C#
Sample written in Visual Basic .NET

Using "Unlock Key with Activation" licensing schema for WPF application.
This project demonstrates how the WPF application can be protected with Manco .NET Licensing System using "Unlock Key with Activation" licensing schema. It also demonstrates main features that could be useful to limit evaluation version with functionality. Activation Web Service is used in this sample to activate license (bind it to the PC hardware).
Sample written in C#
Sample written in Visual Basic .NET

Protect Web-based (ASP.NET) application using "Unlock Key with Activation" licensing schema.
This project demonstrates how the ASP.NET application can be protected with Manco .NET Licensing System using "Unlock Key with Activation" licensing schema. The LicenseManager\Database folder in archive contains License Manager database have been used to create this sample.
Sample written in C#
Sample written in Visual Basic .NET

Using "Unlock Key with Activation" licensing schema for Windows 8 Store application.
This project demonstrates how the Windows 8 Store application can be protected with Manco .NET Licensing System using "Unlock Key with Activation" licensing schema. It also demonstrates main features that could be useful to limit evaluation version with functionality. Activation Web Service is used in this sample to activate license (bind it to the PC hardware).
Sample written in C#
Sample written in Visual Basic .NET

Using "Unlock Key" to protect control library.
This project demonstrates how windows control library can be protected with Manco .NET Licensing System using "Unlock Key" licensing schema. It demonstrates protection in both Design and Runtime mode.
Sample written in C#
Sample written in Visual Basic .NET

Differentiate application editions using "Product Edition" feature.
It is very common situation when application has some editions available. For example, application comes in 3 editions: Express edition, Standard edition and Professional edition. Your customer is able to download the application and try it out. When he buys it (Express, Standard or Professional) you send him a license key such that it will activate only the required features, according to what he bought. This project demonstrates how the "Product Edition" feature can be used to differentiate editions of the application.
Sample written in C#
Sample written in Visual Basic .NET

Manage application's feature list using "Product Edition".
It is very common scenario when you are selling the number of application features. For example, your application can have a, b, c, d, e, f, g features. Your customer can buy any set of the features. For example, "abc" or "cdef". This project demonstrates how the "Product Edition" feature can be used to manage feature list in your application.
Sample written in C#
Sample written in Visual Basic .NET

Include subscription date to the Unlock Key.
Subscription model for licensing is very often used to limit licensed product with number of days or specific date. For example, you can desire to limit your customers by one year of your product using. Manco .NET Licensing System provide 2 ways to set subscription expiration date. This project demonstrates how the subscription license can be created using approach which uses Unlock Key.
Sample written in C#
Sample written in Visual Basic .NET

Include length of the subscription into the Unlock Key.
Subscription model for licensing is very often used to limit licensed product with number of days or specific date. For example, you can desire to limit your customers by one year of your product using. Manco .NET Licensing System provide 2 ways to set subscription expiration date. This project demonstrates how the number of the subscription days can be included into the Unlock Key. In this case date when subscription expires will be calculated during license validation. This licensing schema provides best results in conjunction with license activation.
Sample written in C#
Sample written in Visual Basic .NET

Create subscription license.
Subscription model for licensing is very often used to limit licensed product with number of days or specific date. For example, you can desire to limit your customers by one year of your product using. Manco .NET Licensing System provide 2 ways to set subscription expiration date. This project demonstrates how the subscription license can be created using approach which require license file distribution.
Sample written in C#
Sample written in Visual Basic .NET

Protect ASP.NET application using list of the allowed HTTP domains.
This project demonstrates how the ASP.NET application can be protected with Manco .NET Licensing System using name of the domain specified in the HTTP request. The LicenseManager\Database folder in archive contains License Manager database have been used to create this sample.
Sample written in C#
Sample written in Visual Basic .NET

Using of the custom profile to activate license against e-Mail address.
This project demonstrates how you can use "Custom Profile" feature to activate license against e-Mail address.
Sample written in C#
Sample written in Visual Basic .NET

Using of the "Floating License" schema.
This project demonstrates how your application can use Floating License Web Service to obtain license.
Sample written in C#
Sample written in Visual Basic .NET

Protect several binaries using 1 license file.
This project demonstrates how you can protect several binaries using 1 license file.
Sample written in C#
Sample written in Visual Basic .NET

Using of the "Evaluation Unlock Key".
This project demonstrates how you can use evaluation Unlock Key.
Sample written in C#
Sample written in Visual Basic .NET

Encrypt and use compiled assembly in binary form.
This project demonstrates how the compiled assembly (DLL) can be encrypted and used in the .NET application.
Sample written in C#
Sample written in Visual Basic .NET

Encrypt source code of the class.
This project demonstrates how the source code of the simple class can be encrypted and used in the .NET application.
Sample written in C#
Sample written in Visual Basic .NET

Custom protected storage.
This project demonstrates how the custom protected storage can be implemented.
Sample written in C#
Sample written in Visual Basic .NET

WPF user control to edit "User Data".
This project demonstrates how custom user control is intended to edit User Data in License Manager can be created.
Sample written in C#
Sample written in Visual Basic .NET

Using 'Unlock Key' licensing schema with .NET Compact Framework.
This project demonstrates how the .NET Compact Framework application can be protected with Manco .NET Licensing System using "Unlock Key" schema. It also demonstrates main features that could be useful to limit evaluation version with functionality. Archive includes C# or VB.NET project and License Manager database.
Sample written in C#
Sample written in Visual Basic .NET

Using "Unlock Key with Activation" licensing schema for .NET Compact Framework application.
This project demonstrates how the .NET Compact Framework application can be protected with Manco .NET Licensing System using "Unlock Key with Activation" licensing schema. It also demonstrates main features that could be useful to limit evaluation version with functionality. Activation Web Service is used in this sample to activate license (bind it to the PC hardware).
Sample written in C#
Sample written in Visual Basic .NET


.NET Framework 2.0 - 3.0 version

License protection library for the .NET Framework 2.0 and 3.0.
This archive contains protection library for the Microsoft .NET Framework 2.0 and 3.0 fully compatible with Manco .NET Licensing System version 6.1. Latest version of the License Manager can be used to issue keys and licenses for this library.
Manco.Licensing.NET20.zip

This archive doesn't contain Manco License Manager in it, so don't forget to download main archive Manco.Licensing.zip.

.NET Framework 1.1 version

License protection library for the .NET Framework 1.1.
This archive contains protection library for the Microsoft .NET Framework 1.1 fully compatible with Manco .NET Licensing System version 3.2.
Manco.Licensing.NET11.zip

This archive doesn't contain Manco License Manager in it, so don't forget to download main archive Manco.Licensing.zip.

Copyright © 2024 - 2015 Manco Software.
Three reasons why it's a worthy product to buy:

1. Features of our product are similar or better than our competitors.

2. Price starts at just $74.95 which makes this product #1 on the market correlating Price - productivity.

3. You get excellent support with this product which can sometimes cost you more than the product.

.NET Framework 2.0
.NET Framework 3.5
.NET Framework 4.0