LicenseHardwareIDSalt Property |
Property to set hardware ID salt for license verification.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string HardwareIDSalt { get; set; }
Public Property HardwareIDSalt As String
Get
Set
public:
property String^ HardwareIDSalt {
String^ get ();
void set (String^ value);
}
member HardwareIDSalt : string with get, set
Property Value
Type:
StringString to be used as cryptographic salt for HardwareID algorithm
Return Value
Type:
StringPreviously set value. If not set, returns default TLL salt.
Remarks If you specify this property during license generation, it will be used to calculate hardware ID on target (customer's) machine.
See Also