IApplicationLicenseContent Interface

Interface for the application license content class utilized by the LicenseManagerBase.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface IApplicationLicenseContent

Properties

Errors Internal containers for errors from deserialization etc.
FormatError Global value for really bad source data.
Infos Internal containers for infos from deserialization etc.
IsEmpty Global value for emptiness.
IsEvaluated Cached value for evaluated conditions.
LicenseStatus The contents license status.

Methods

IsConditionsOK Method to check if license's conditions are ok.
IsFormatCorrect Method to check contents sanity. Conditions are checked with TermCheck.
ToString The text details of the license state.

See Also