by SG Inware - Product Type: Component / .NET Class
Protect your .NET applications from illegal use and build evaluation versions, too. SG Licenser NET can both protect and evaluation license control your applications. You can also set extendable time limits on functionality, set up your license to expire after a certain period of time, number of uses, or both. Several licensing options, for instance , you can even transfer licenses from one computer to another. Visual Studio 2003, 2005 and 2008 compatible. (VS.NET, VS2005, VS2008 ). The component is written to take advantage of the Microsoft .NET technology, therefore it can be used in any system that supports it, Visual Studio . NET, Visual Basic .NET, Visual C++ .NET, C# , etc. Samples included in VB.
Average Review:
based on 4 reviews.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 390.94 | 1 Developer License | Download (24.5 MB) | |
| Add to Cart | $ 293.20 | 2-4 Developer License - price per license | Download (24.5 MB) | |
| Add to Cart | $ 228.05 | 5-8 Developer License - price per license | Download (24.5 MB) | |
| Add to Cart | $ 195.47 | 9 or more Developer License - price per license | Download (24.5 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
What's new in SG Licenser NET V3.1?
Using SG Licenser NET you can add the following features to your application:
The component is written to take advantage of the Microsoft .NET technology, therefore it can be used in any system that supports it, Visual Studio . NET, Visual Basic .NET, Visual C++ .NET, etc.
The SG Licenser component provides three separate groups of functions, these provide application protection, license parameters/configuration and license removal facilities.
1. Evaluation Operation:
The basic scenario for application evaluation is that the host application is to be made available for a limited trial period - after this period the application should become inoperable, at least until the software is purchased or an agreement made to extend the trial. The SG Licenser NET component would cater for the above scenario with the following set of procedures: At design time decide on the necessary property values (such as Product Name, Product Key (password),License Type and Max Days/Uses), also decide on any additional functionality that is needed - such as custom parameters, secondary key, etc. Set the properties for these accordingly. On a specific event in the application (main form load [VB] is a typical example), the license is checked by calling the SG Licenser NET component with the GetLicense method (in the event of first run you have to call the InitLicense Method previously). At this moment you can either display a license/registration form, or display a message with licensing information to the customer. Once the application is purchased, you give the Register Number to the customer (use LicManagerNET to generate Registration Numbers). Allow the customer to introduce Registration Number to get a permanent license for your application. Once the application is registered, next call the GetLicense method will return a status of "Licence registered".
2. Licence Extend operation
You can extend evaluations periods using the ExtendLicense Method. In this way you can rent your software or simply allow the customer to have extra time to evaluate.
3. License Transfer Operation
A customer has a registered license of your application. He needs to change his computer and install the application in the new computer, so he needs to transfer the license to the new PC. You can allow this simply by calling the TransferLicense Method, which removes the license in the old computer and provides the register number for the new PC.
Parameters/Configuration Operation
You can customize your application allowing access to different functionality, or allowing to register different editions of your application. Use the GetParameter and SetParameter properties to limit the access to some functions in your software or to manage customer information. Use the SecondKey property to generate licensing control for different editions (basic edition vs. professional edition, etc..)
SG LicServerNET DLL
LicServerNET is an in-process server (DLL) which enables you to get register numbers and extend numbers/codes for licences controlled by SG Licenser NET. By integrating LicServerNET in your applications you can customize your registration management systems or build on-line automatic registration systems.
LicManagerNET Application
Use LicManagerNET to generate unlock codes for applications protected by SG Licenser NET. Now LicManagerNET application manages a log file to register each registering operation.
SG LicServerNET Sample code
After installing SG Licenser you can find a sample VB.NET project in folder "...\SGLicServerSample.NET" named LicServerSampleNET.vbproj. This is a sample project which illustrates how easy is to build a registration management application for licenses controlled by SG Licenser NET