ILicensingSupportLicenseType Interface

Licensing interface for base implementation.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface ILicensingSupport<LicenseType>
where LicenseType : class, IApplicationLicenseContent

Type Parameters

LicenseType
Type of the license content object.

Properties

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.

See Also