.NET SDK overview
NuGet package layout, runtime responsibilities, and links to deep dives.
The LicenPro.SDK library validates signed licenses offline using your product public key, and optionally talks to https://licenpro.runasp.net/api for online validation, activations, sessions, feature usage, and updates.
Major areas (source: LicenPro.SDK.lib)
- Core —
LicenseClient,LicenseBuilder, serialization of license payloads. - Managers —
ActivationManager,SessionManager,OfflineCacheManager,LicenseTransferManager,TrialExtensionManager,GracePeriodManager,NodeLockedDeviceManager. - Features —
FeatureManager,FeatureUsageTracker,UpdateChecker. - Updates —
SdkUpdateManagercalling SDK host HTTP APIs. - AppHosting —
SdkBootstrap, expiry UX helpers for desktop shells.
Continue with Configuration → LicenseClient → .NET integration sample.
