Section "Licensing"

In this section you will find information about licensing, activation and activation of kenaflow.

licensingMailAddress

    <entry key="licensingMailAddress" type="System.String" default=""></entry>

Each kenaflow license and its serial is bound to an email address. This is stored in this setting during activation.

Serial

    <entry key="Serial" type="System.String"></entry>

You will receive the serial number when you purchase the software.

Each serial number is unique.

The serial number does not indicate whether it is a full version or a free version.

ActivationCode

    <entry key="ActivationCode" type="System.String"></entry>

This setting contains the activation code after it was first retrieved with -getactivationcode.

lastActivationCode

    <entry key="lastActivationCode" type="System.String" default=""></entry>

After a successful activation of kenaflow the used activation code is stored here.

The activation code could change when changing virtual or physical hardware. So it's maybe necessary to access the last used activation code.

lastOffineDeactivationCode

    <entry key="lastOffineDeactivationCode" type="System.String" default=""></entry>

When deactivated, a code is generated. This code is stored here. The next time it is activated, the setting is deleted.

Full Section Default

<section name="licensing">
  <entry key="licensingMailAddress" type="System.String" default=""></entry>
  <entry key="Serial" type="System.String"></entry>
  <entry key="ActivationCode" type="System.String"></entry>
  <entry key="lastActivationCode" type="System.String" default=""></entry>
  <entry key="lastOffineDeactivationCode" type="System.String" default=""></entry>
</section>