Discuss this help topic in SecureBlackbox Forum

TElSBLicenseManager.LicenseKey

TElSBLicenseManager     See also     


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


This property is used for passing registration key in binary form.

Declaration

[C#]
    string LicenseKey;

[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.

See also:     LicenseKeyFile     RegistryKey     SetLicenseKey    

Discuss this help topic in SecureBlackbox Forum