Skip to content

How to use .NET Licenser API assembly in 2022?

Rustemsoft LLC edited this page Jun 1, 2022 · 1 revision

.NET Licenser is an exact software licensing tool for .NET developers who would like to:

  • Protect software products from getting pirated

  • Looking for easy real-time license management

  • Need effective and simple software activation

    If you are developing software apps with the Microsoft .NET Framework and .NET 6, you need foremost methods to License and Protect your products. .NET Licenser API assembly is a software activation service that enables independent software vendors (ISVs) to adopt flexible licensing terms for their customers.

.NET Licenser API assembly provides the interface required to implement software activation. .NET Licenser API assembly is composed of 2 components:

  1. a web service that provides interface for controlling computer bound license key and

  2. a client application that communicates with the web service and provides a user interface to the web service.

    Skater .NET Obfuscator has been updated with new 2.1.05 version of Licenser API. It refined with latest .NET Framework and .NET Core. .NET Licenser Web server has been remodeled with Rustemsoft cloud licensing webservice. With .NET Licenser API you just order the protection library (.NET dll) and the .NET Licenser Web server comes free.

    Software Activation is the process of generating a computer bound license key. To generate the Registration ID use Skater Licenser interface. The activation Registration ID with your user Order Number can be sent to your customer directly from you. This key enables your software and allows the user to activate his license.
    ! Each Order Number has to be a unique alpha-numeric combination.

licenser

From your application, the user enters the Order Number and Registration ID. Your application then calls the .NET Licenser API which sends the license key along with a computer unique identifier to the **.NET Licenser **Web service. The **.NET Licenser **Web service then generates the special record on web database where the computer unique identifier will be stored. Every time when user will start your application it will check the identifier over the internet.

register

Note that in your application, you should create an Activate License Dialog for the user to enter Order Number and Registration ID and activate it. Alternatively, you can use the .NET Licenser API sample project which provides an example how to create the dialog form for entering and processing the activation key.

Learn about .NET Licenser API

Clone this wiki locally