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" />
                    
Directory.Packages.props
<PackageReference Include="Beetech.Adv.Common" />
                    
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 Beetech.Adv.Common --version 1.0.1
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Beetech.Adv.Common&version=1.0.1
                    
Install as a Cake Tool

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 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.

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