Using your license key

Below are examples on how to use your license key with each Kellerman Software product

AccessDiff

In the help menu click Register, enter your user name and license key and then restart AccessDiff

Encryption Library

Put the user name and the license key in the constructor. Example:
Encryption encryption = new Encryption("John Smith 103500", "asoflaksdfoiu==");

FTP Library

Put the user name and the license key in the constructor. Example:
FTP ftp = new FTP("John Smith 103500", "asoflaksdfoiu==");

Logger

Set the UserName and License properties before doing any logging. Example:
Log.UserName= "John Smith 103500";
Log.License= "asoflaksdfoiu==";

Themed Wizard

  1. Create a text file called ThemedWizard.LIC with the first line of the file as the user name and the second line of the file as the license key.
  2. Place the file in the BIN\Debug or BIN\Release folder.

NUnit Test Generator

In the Help menu click Enter Registration Code, enter your user name and license key and then restart NUnit Test Generator