LicenseDecoder Class

Default license decoder that uses the default formatting provided by LicenseHelper. Support the few available encoding methods.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class LicenseDecoder : ILicenseDecoder
Inheritance
Object    LicenseDecoder
Implements
ILicenseDecoder

Constructors

Properties

AltKey XML format representation of secondary key used.
MainKey XML format representation of public key used to verify license signature.
SharedSecret Shared password used to AES decode the content.

Methods

Decode Decode the input into output. Throw exception if the format is not recognized or otherwise invalid.

See Also