Click or drag to resize

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; }

Property Value

Type: String
String to be used as cryptographic salt for HardwareID algorithm

Return Value

Type: String
Previously 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