The ILicenseManagerBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedPluginAssemblyTitleVersions |
Get the list of licensed/allowed by default plug-in assemblies.
The list is an concatenation of Full Type Name and Version number.
It is used to manage licenses for plug-ins.
| |
AuthenticationEngine |
Get the authentication engine for external authenticators
| |
AvailableSeats |
Get the number of available seats.
| |
AvailableUserLicenses | ||
Company |
The company listed on the license
| |
CreatableObjectTypesByNonSeatUsers |
Get the list of types that non-seated users can create. Any types beyond this list
cannot be created by non-seated users.
| |
ErrorWithLicenseKey |
Get the exception occurred during interpretation of the license key.
If license is valid and successfull parse, returns null.
| |
ExpirationDate |
Get the expiration date of the license
| |
ExpirationNotificationStartDate |
Get the date when site admins will start receive license about to expire
notifications
| |
IsLicensed |
Get the fact that if the Cartella instance has a license issued to it or not.
| |
NotificationLogger |
Notification Logger to determine if the license is about to expire.
| |
SiteAdminEmails |
Get all email address for site admins
| |
TotalSeats | ||
TotalUserLicenses |
Get the total number of users can be created in Cartella.
This number is equal or greater than the seats number.
|