Discuss this help topic in SecureBlackbox Forum
This property is used for passing registration key in binary form.
Declaration
[VB.NET]
Property LicenseKey As String
[Pascal]
property LicenseKey: string;
[C++]
void get_LicenseKey(std::string &OutResult);
void set_LicenseKey(const std::string &Value);
[PHP]
string get_LicenseKey()
void set_LicenseKey(string $Value)
[Java]
String getLicenseKey();
void setLicenseKey(String Value);
Description
Use this property to pass the registration key in binary form.
Discuss this help topic in SecureBlackbox Forum