LicenseDecoder Class
Default license decoder that uses the default formatting provided by LicenseHelper.
Support the few available encoding methods.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public class LicenseDecoder : ILicenseDecoder
- Inheritance
- Object LicenseDecoder
- Implements
- ILicenseDecoder
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.
|
Decode
|
Decode the input into output.
Throw exception if the format is not recognized or otherwise invalid.
|