ILicenseDecoder Interface

Interface for the license decoder object utilized by the LicenseManagerBase to convert raw license into readable.

Definition

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

Methods

Decode Method used to decode the raw license into json output. Throw exception if the format is not recognized or otherwise invalid.

See Also