Beetech.Adv.Common
1.0.1
dotnet add package Beetech.Adv.Common --version 1.0.1
NuGet\Install-Package Beetech.Adv.Common -Version 1.0.1
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="Beetech.Adv.Common" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Beetech.Adv.Common" Version="1.0.1" />
<PackageReference Include="Beetech.Adv.Common" />
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 Beetech.Adv.Common --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Beetech.Adv.Common, 1.0.1"
#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 Beetech.Adv.Common@1.0.1
#: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=Beetech.Adv.Common&version=1.0.1
#tool nuget:?package=Beetech.Adv.Common&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Beetech.Adv.Common
Core foundation library providing enterprise-grade node-locked licensing, asymmetric cryptographic hardware fingerprint validation, and high-performance RFID data utilities.
Features
- Hardware Fingerprint Generation: Cryptographic node-locking bound to Motherboard Serial Number, BIOS UUID, and Primary Disk Serial (Windows WMI & Linux machine-id).
- Asymmetric Licensing Engine: RSA-4096 / ECDSA signed digital license verification with tamper-proof payload validation (
Customer,PlantId,HardwareFingerprint,Expiration,FeatureEntitlements). - RFID & Industrial Utilities: EPC tag encoders/decoders (SGTIN-96, GRAI, GIAI), CRC32 validation, and data normalization tools.
- Enterprise Obfuscation: Protected against reverse engineering and decompilation.
Usage
using Beetech.Adv.Common.Licensing;
// Retrieve node hardware fingerprint for license provisioning
string fingerprint = HardwareFingerprint.GetHardwareFingerprint();
// Validate digital license file
var result = LicenseValidator.Validate("license.lic");
if (!result.IsValid)
{
throw new InvalidOperationException($"License validation failed: {result.FailureReason}");
}
License
Copyright (c) Beetech Asia. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Bogus (>= 35.6.1)
- Crc32.NET (>= 1.2.0)
- DinkToPdf (>= 1.0.8)
- EPPlus (>= 8.2.1)
- EvoPdf.PdfToHtml.NetCore (>= 10.0.0)
- FreeSpire.PDF (>= 10.2.0)
- HtmlAgilityPack (>= 1.11.71)
- itext7 (>= 9.2.0)
- itext7.bouncy-castle-adapter (>= 9.2.0)
- LibChaCha20 (>= 1.1.0)
- log4net (>= 2.0.17)
- Mailjet.Api (>= 3.0.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 7.0.0)
- Microsoft.CodeAnalysis.Common (>= 4.14.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.14.0)
- Newtonsoft.Json (>= 13.0.3)
- OpenXmlPowerTools (>= 4.5.3.2)
- PuppeteerSharp (>= 20.1.3)
- SendGrid (>= 9.29.3)
- Serilog (>= 4.3.1)
- Serilog.Sinks.File (>= 6.0.0)
- SkiaSharp (>= 3.119.0)
- SkiaSharp.Views.WindowsForms (>= 3.119.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Management (>= 8.0.0)
- System.Windows.Extensions (>= 9.0.6)
- TagDataTranslation (>= 1.1.5)
- TidyManaged (>= 1.0.0)
- Twilio (>= 7.9.1)
- VNPAY.NET (>= 8.5.0)
- ZXing.Net (>= 0.16.9)
- ZXing.Net.Bindings.Windows.Compatibility (>= 0.16.9)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Beetech.Adv.Common:
| Package | Downloads |
|---|---|
|
Beetech.Adv.Readers
Beetech Advanced RFID Readers Library - Multi-vendor industrial RFID reader drivers (Impinj, Zebra, Urovo, CAEN) with hardware licensing interlock. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 176 | 9/5/2026 |