Discuss this help topic in SecureBlackbox Forum
This property is used for passing registration key from a file.
Declaration
[C#]
string LicenseKeyFile;
[VB.NET]
Property LicenseKeyFile As String
[Pascal]
property LicenseKeyFile: string;
[C++]
void get_LicenseKeyFile(std::string &OutResult);
void set_LicenseKeyFile(const std::string &Value);
[PHP]
string get_LicenseKeyFile()
void set_LicenseKeyFile(string $Value)
[Java]
String getLicenseKeyFile();
void setLicenseKeyFile(String Value);
Description
Set this property value to the name of the file with registration key.
Discuss this help topic in SecureBlackbox Forum