SuncodeSoftware.SuperSDK.License
3.10.8
See the version list below for details.
dotnet add package SuncodeSoftware.SuperSDK.License --version 3.10.8
NuGet\Install-Package SuncodeSoftware.SuperSDK.License -Version 3.10.8
<PackageReference Include="SuncodeSoftware.SuperSDK.License" Version="3.10.8" />
<PackageVersion Include="SuncodeSoftware.SuperSDK.License" Version="3.10.8" />
<PackageReference Include="SuncodeSoftware.SuperSDK.License" />
paket add SuncodeSoftware.SuperSDK.License --version 3.10.8
#r "nuget: SuncodeSoftware.SuperSDK.License, 3.10.8"
#:package SuncodeSoftware.SuperSDK.License@3.10.8
#addin nuget:?package=SuncodeSoftware.SuperSDK.License&version=3.10.8
#tool nuget:?package=SuncodeSoftware.SuperSDK.License&version=3.10.8
SuperSDK.License
License verification library for SuperSDK applications.
Installation
dotnet add package SuperSDK.License
Usage Examples
Basic License Validation
using SuperSDK.License;
// Validate license file (default: SuperSDK.lic in application directory)
if (!LicenseManager.ValidateLicense())
{
Console.WriteLine("License validation failed!");
return;
}
Console.WriteLine("License is valid!");
Get License Information
var info = LicenseManager.GetLicenseInfo();
if (info != null)
{
Console.WriteLine($"Customer: {info.Customer}");
Console.WriteLine($"Type: {info.Type}");
Console.WriteLine($"Expiration: {info.ExpirationDate:yyyy-MM-dd}");
Console.WriteLine($"Perpetual: {info.IsPerpetual}");
}
Generate Machine Information File
// Generate encrypted MCI file for license request
string mciPath = HardwareSignature.GenerateMciFile();
Console.WriteLine($"Machine info file created: {mciPath}");
// Get machine ID for license binding
string machineId = HardwareSignature.GetMachineId();
Console.WriteLine($"Machine ID: {machineId}");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- NSec.Cryptography (>= 24.8.0)
- System.Management (>= 9.0.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on SuncodeSoftware.SuperSDK.License:
| Package | Downloads |
|---|---|
|
SuncodeSoftware.SuperSDK.Core
Core utilities and messaging system for Goes applications - zero UI dependencies |
|
|
SuncodeSoftware.SuperSDK.Data
数据访问层 - 基于 Entity Framework Core 和 SQLite/SQLCipher 的数据持久化 |
|
|
SuncodeSoftware.SuperSDK.UI
Avalonia UI 通用组件库 - 通知管理、对话框、ViewModelBase 等 |
|
|
SuncodeSoftware.SuperSDK.App
Application foundation framework for Avalonia-based Goes applications |
|
|
SuncodeSoftware.SuperSDK.Driver
A powerful C# library for instrument communication with comprehensive DLL integrity validation and license protection |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.3 | 33 | 3/6/2026 |
| 4.0.2 | 34 | 3/6/2026 |
| 4.0.1 | 27 | 3/6/2026 |
| 4.0.0 | 32 | 3/6/2026 |
| 3.13.0 | 30 | 3/6/2026 |
| 3.12.4 | 28 | 3/6/2026 |
| 3.12.0 | 31 | 3/6/2026 |
| 3.11.0 | 38 | 3/6/2026 |
| 3.10.10 | 53 | 3/5/2026 |
| 3.10.8 | 50 | 3/5/2026 |
| 3.10.7 | 57 | 3/5/2026 |
| 3.10.6 | 45 | 3/5/2026 |
| 3.10.5 | 51 | 3/5/2026 |
| 3.10.4 | 60 | 3/5/2026 |
| 3.10.3 | 65 | 3/5/2026 |
| 3.10.2 | 115 | 3/4/2026 |
| 3.10.1 | 114 | 3/4/2026 |
| 3.10.0 | 114 | 3/4/2026 |
| 3.9.1 | 128 | 3/4/2026 |
| 3.9.0 | 136 | 3/4/2026 |
update gocli 4 fix ico bug