This is the property that
you set for the License Key of Cryptocx. This is soley for the use of the
control and applies to all functions of the control.
When you are using the
evaluation version of the control you should set the LicenseKey property
to "DEMO"
When you purchase the
control you will receive a license key, it is very specific to your
details that you enter in the secure order form.
Description
Specifies the license key for using
Cryptocx
Syntax
object.LicenseKey [=
LicenseKey ]
The syntax of the LicenseKey
property has these parts:
Part
Description
object
A
Cryptocx v7 control.
LicenseKey
A
string expression that specifies the License Key you have
been provided.
Default
""
(empty string)
Remarks
When you are using the evaluation
version of Cryptocx you should specify the LicenseKey to be
"DEMO"
Data Type
String
Example
Sample Visual Basic
Code to set the license key.
Where Cryptocx1 is an instance of a Cryptocx Control.