website logo
⌘K
Getting Started
Introduction
Basic Concepts
Opening an Account
Creating & Configuring Products
Integrating SDK and Configuring License Fulfillment
Activate a Key-Based License
Vendor Platform
Issuing New Licenses
License Detail View
Order Detail View
Customer Detail View
Metadata
Analytics
Settings
Product Configuration
Product Features
Product Custom Fields
Product Versioning
License Policies
Product Bundles
License Entitlements
License Types
Activations & Device Transfers
Features
Custom Fields
License Start Date
License Note
Maintenance Period
Trial Licenses
Floating Licenses
License Activation Types
Portals
End-User Portal
Offline Portal
Air-Gapped Portal
License API
License API Authorization
License Activation/Deactivation
License Check
Consumption
Floating
Trial Key
Product Details
Device Variables
Changing Password
Management API
Making API Requests
Management API Authorization
Customer
Product
Order
License
Device
Analytics
SDKs
Tutorials
.NET/C# SDK
.NET/C# Management SDK
C++ SDK
Java SDK
Python SDK
Go SDK
Delphi SDK
Swift/Objective-C SDK
Android SDK
Unity SDK
Errors and Response Codes
Floating Server
API Reference
Deployment
Configuration
Floating Server UI
Securing the Server
Whitelabeling
FAQ
Floating Server Changelog
Integrations
Salesforce
FastSpring
Stripe
Shopify
Common Scenarios
Single Sign On (SSO)
Glossary
General
SDK Glossary
Vendor Platform
Product Configuration Glossary
License Configuration
Postman Collections
Frequently Asked Questions
Changelog
License API changelog
Platform changelog
Docs powered by
Archbee
SDKs
...
Getting Started
.NET/C#

.NET SDK Installation

6min

You may add the LicenseSpring .NET SDK to your project via NuGet or download the SDK here: .NET/C# SDK

The supported versions are:

  • .NET: net5.0, net6.0, net7.0
  • .NET Standard: netstandard2.0, netstandard2.1
  • .NET Framework: 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

NuGet Package

https://www.nuget.org/packages/LicenseSpring.NetSDK

.NET CLI
Package Manager
PackageReference
Paket CLI
Text
|
dotnet add package LicenseSpring.NetSDK --version 7.21.0

NuGet Package Manager
NuGet Package Manager


Package Content

.NET Package Contents
.NET Package Contents


After downloading and unzipping the archive, you will find the following items in the LicenseSpring folder:

bin folder:

  • SDK: .NET versions 3.5; 4.0; 4.5; 4.5.1; 4.5.2; 4.6; 4.6.1; 4.6.2; 4.7; 4.7.1; 4.7.2; 4.8; 5.0; 6.0; 7.0; .NET Standard 2.0, .NET Standard 2.1, Xamarin.Forms

documentation folder:

  • A full reference of SDK classes through Doxygen.

samples folder:

  • Code samples for multiple scenarios, including: air-gapped, console, NetCore, WinForm, VB.Net and VBA, cross-platform, Xamarin.Forms, single-sign-on, and web.

Release notes showing changelogs of all recent updates made to the SDK.

Updated 15 Sep 2023
Did this page help you?
PREVIOUS
.NET/C#
NEXT
.NET SDK Configuration and Usage
Docs powered by
Archbee
TABLE OF CONTENTS
NuGet Package
Package Content
Docs powered by
Archbee