API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Showing: redb.Core.Pro.Licensing
Show all
redb.Core.Pro.Licensing
Classes
| LicenseExpiredException | Thrown when an educational license has expired. |
| LicenseInfo | License information parsed from JWT token. |
| LicenseManagerWrapper | Wrapper for external API. Delegates to static LicenseGuard internally. |
| LicenseRequiredException | Exception thrown when trial limit is exceeded and a license is required. |
| LicenseValidator | Validates JWT license tokens using RSA public keys from TrustedIssuers. |
| TrustedIssuers | Registry of trusted license issuers and their RSA public keys. |
Interfaces
| ILicenseManager | License manager interface for Pro features. |