| FlexRule.License Namespace |
| Class | Description | |
|---|---|---|
| AssemblyPrivateNameAttribute | ||
| FileBasedLicenseProvider |
Filebased license provider
| |
| InvalidLicenseException | ||
| LicensedLibraryAttribute |
Each class having this attribute will be protected by licensing system
| |
| LicenseInitializationException | ||
| LicenseProviderAttribute |
When an assembly has a license to use FlexRule library, it must use this attribute
on its assembly to specify the license
| |
| LicenseVersionAttribute | ||
| UserLicense |
This class initializes license information
that helps to have a faster startup
|
| Interface | Description | |
|---|---|---|
| ILicenseProvider |
Interface to license data. By implementing this interface, FlexRule licensing system knows
how to access the usage license data to validate the license
|