Add License Validation, Product Activation, and Installation Keys to your .Net based applications. Prevent casual copying and keep your customers honest.
Add License Validation, Product Activation, and Installation Keys to your .Net based application. Prevent casual copying and keep your customers honest. Similar to Microsoft style product activation where the product key is validated against the machine specific identifiers and validated against an internet server. Supports server based creation, maintenance and validation of install key codes.
Validate your software licenses for your applciations built upon WinForms, ASP.Net WebForms, WPF, ASP.Net MVC2, Services, Console applications and more.
Works with Visual Studio 2005, 2008 and Visual Studio 2010. Supports applications written in any .Net managed language including VB.Net and C#
Compatible with the .Net Framework 2.0, 3.0, 3.5 and 4.0.
Database for the server component can be SQL Server 2005, SQL Express 2005, SQL Server 2008 or SQL Server 2008 Express.
Uses 30 character installation keys made up of unambiguous capital letters and numbers. This helps to make keys easy to read and enter by end users.
Data entry key validation. This helps to catch most data entry errors before validating the installation key against the server.
Installation key validation against a central server. Validating an installation key against a server should prove to be harder to bypass, as well as providing a mechanism to revoke rogue keys.
Unique key usage counting tied to the hardware where the software is installed. Key usage counting is done by comparing machine specific hardware identifiers.
Server validation is only required once. A tamper-proof surety file that is specific to the machine and key where the installation occurs can be verified again at any time, without another round trip to the server.
Custom data can be securely passed to and from the server during validation. Custom data is tamperproof and can be securely retrieved at any time after validation without a round trip to the server.
Validation can be performed with or without an internet connection.
Add-ins and interfaces allow InstallKey to be extended and customized to fit your requirements.
No complex licensing or royalties. Your applications that include only the client side dlls can be distributed royalty free.