SDKs
...
Getting Started
.NET/C# Management SDK

Management SDK Installation

2min

The LicenseSpring Management SDK can be downloaded at .NET/C# Management 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

Package Content

Document image


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

The bin folder contains LicenseSpring libraries built for different versions of .Net.

The documentation folder contains a full reference of SDK classes.

The samples folder contains several sample projects:

  • ASP.NetManagementSample - an example of an ASP.Net project using Management SDK
  • ManagementConsoleSample
  • NetCoreManagementSample -  this and the previous sample provide a basic understanding of SDK functionality and usage
  • UpdateLicenseOfflineSample - example of generating update files for offline licenses
  • UserBasedLicenseSample - brief example of creating a user-based license
  • ManagementConfig.cs file - .contains a class for SDK configuration and is common for the sample projects.

The package also contains the ReleaseNotes file.