LicenPro
Documentation.NET SDK.NET SDK overview

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

  • CoreLicenseClient, LicenseBuilder, serialization of license payloads.
  • ManagersActivationManager, SessionManager, OfflineCacheManager, LicenseTransferManager, TrialExtensionManager, GracePeriodManager, NodeLockedDeviceManager.
  • FeaturesFeatureManager, FeatureUsageTracker, UpdateChecker.
  • UpdatesSdkUpdateManager calling SDK host HTTP APIs.
  • AppHostingSdkBootstrap, expiry UX helpers for desktop shells.

Continue with ConfigurationLicenseClient.NET integration sample.