HardwareIDHardwareIDSalt Property |
Property to set hardware ID salt.
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
Return Value
Type:
StringPreviously set value. If not set, returns default TLL salt.
Remarks This property can be used to generate different hardware id in each application you develop.
See Also