Giter Site home page Giter Site logo

orgae / netlicensingclient-csharp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from labs64/netlicensingclient-csharp

0.0 1.0 0.0 224 KB

C# wrapper for Labs64 NetLicensing RESTful API

Home Page: https://netlicensing.io

License: Apache License 2.0

C# 100.00%

netlicensingclient-csharp's Introduction

Innovative License Management Solution

NetLicensing C# Client - CI Nuget Nuget Downloads Apache License 2.0 ๐Ÿ“– Documentation NetLicensing @ LinkedIn

C# wrapper for Labs64 NetLicensing RESTful API

๐Ÿ“– Documentation

Visit NetLicensing Wiki for setup and configuration tips, as well as examples on how to use licensing models.

Quick Start

Installation

The recommended way to get started using NetLicensingClient-csharp in your project is with a dependency management system โ€“ the snippets below can be copied and pasted into your build configuration.

Package Manager:

PM> Install-Package NetLicensingClient-csharp -Version x.y.z

.NET CLI:

> dotnet add package NetLicensingClient-csharp --version x.y.z

PackageReference:

<PackageReference Include="NetLicensingClient-csharp" Version="x.y.z" />

Paket CLI:

> paket add NetLicensingClient-csharp --version x.y.z

How to Use

This minimal example shows how to trigger validation request using APIKey identification.

ValidationParameters validationParameters = new ValidationParameters();
validationParameters.setProductNumber("yourProductNumber");
validationParameters.put("yourProductModuleNumber", "paramKey", "paramValue");

Context context = new Context();
context.securityMode = SecurityMode.APIKEY_IDENTIFICATION;
context.apiKey = "apiKeyNumber";
ValidationResult validationResult = LicenseeService.validate(context, "yourLicenseeNumber", validationParameters);

How to Contribute

Everyone is welcome to contribute to this project! Feel free to contribute with pull requests, bug reports or enhancement suggestions.

Bugs and Feedback

For bugs, questions and discussions please use the GitHub Issues.

Links

netlicensingclient-csharp's People

Contributors

r-brown avatar yushkevich avatar kkorotkov avatar v-rudkovskiy avatar ihtims avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.