Discuss this help topic in SecureBlackbox Forum

TElSBLicenseManager.LicenseKeyFile

TElSBLicenseManager     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     LicenseKey     RegistryKey     SetLicenseKey    

Discuss this help topic in SecureBlackbox Forum