ILicensingSupportLicenseType Interface
Licensing interface for base implementation.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public interface ILicensingSupport<LicenseType>
where LicenseType : class, IApplicationLicenseContent
Type Parameters
- LicenseType
- Type of the license content object.
Decoder
|
The license decoder used to "open" the raw license, if set.
|
License
|
The license object of the general type.
|
RawLicense
|
The raw license string.
|