License Installation

Modified on 2013/05/31 10:42 by Administrator — Categorized as: Uncategorized

The license data is composed by a "licensee" and a "product key". To install a license set the licensee and the product key in your code before calling any other Cryptoki method:

Cryptoki.Licensee = "Licensee";
Cryptoki.ProductKey = "ProductKey"