- Messages
- 49
- Reactions
- 36
Key Generator it’s a .Net library that help you manage License System for your .net Project
It generates one System Key/Hardware Key Per PC, Based the on System Key / Hardware Key you can generate One License with Date and Extra Parameters
That License can be validating at client side and you can activate your .net application.
To check how it works please watch the video :
We have attached one WPF 4.0 C# Sample Project with using .net Library.
The Items Included in packages
- Demo Sample Project in WPF C# .net 4.0 – Developed in Visual studio 2015
- DLL Library (Obfuscated and Normal) (.net Framework 3.0+)
- Help Guideline Documents
How it Works
The project divides in two different modules Client Side & Admin Side. Client side module generates and gives client system key (Computer Unique Key). Using this System key Admin can generates one License key for that particular System (Computer) with some extra parameters and date. That generated License Key by admin has to validate at client side and get extra code and date parameter.Date Parameter can be used for to expiry License or can set logic like License is valid up to given date. If don’t required date parameter then you can skip that.
Extra Parameter can be used for like product code, client code, and version code. So you can enable particular module based License Extra Parameter.
Attachments
Reacted by: