CYLicense.Client 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CYLicense.Client --version 1.0.0
                    
NuGet\Install-Package CYLicense.Client -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CYLicense.Client" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CYLicense.Client" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CYLicense.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CYLicense.Client --version 1.0.0
                    
#r "nuget: CYLicense.Client, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CYLicense.Client@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CYLicense.Client&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CYLicense.Client&version=1.0.0
                    
Install as a Cake Tool

CYLicense.Client

深圳诚亿智能股份有限公司出品的 软加密 / 许可证验证客户端库,供 Windows 业务程序在启动与运行时校验许可证。

公司信息

内容
公司 深圳诚亿智能股份有限公司
官网 https://www.szcomwin.com/
作者 Remmant John
邮箱 chengyi@szcomwin.com

作用说明

CYLicenseClient 是面向 .NET 应用的许可证客户端组件,主要能力包括:

  • 支持节点锁定(基于硬件标识)
  • 支持试用期倒计时与到期前预警
  • 支持通过 XML 续期包更新许可证
  • 提供许可证对话框(LicenseDialog)与品牌 Logo 配置(Branding

业务程序通过 NuGet 引用本包后,在启动阶段调用验证 API,即可完成软加密授权检查。

快速使用

using CYLicenseClient;

Branding.CompanyName = "深圳诚亿智能股份有限公司";
Branding.ProductName = "您的产品名称";

var result = await LicenseService.ValidateWithResultAsync();
if (!result.IsValid)
{
    LicenseDialog.Show(result);
    return;
}

运行要求

  • .NET 8(net8.0-windows
  • 使用对话框 UI 时需启用 Windows Forms

配套组件

  • CYLicense.Client(本包):业务端验证库

联系方式

如有授权集成、签发流程或技术问题,请联系:

  • 邮箱:chengyi@szcomwin.com
  • 官网:https://www.szcomwin.com/
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 74 7/17/2026
1.0.0 78 7/17/2026