HardwareIDHDDSerialAlgorithmVersion Property  | 
 
 Determines which algorithm will be used for HDD serial number retrieval.
 1 = standard algorithm (compatible with older versions of TLL)
 2 = new algorithm (that prevents different serial retrieved under admin/user account on some devices)
 
 
    Namespace: 
   TreeksLicensingLibrary2
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic Object HDDSerialAlgorithmVersion { get; set; }Public Property HDDSerialAlgorithmVersion As Object
	Get
	Set
public:
property Object^ HDDSerialAlgorithmVersion {
	Object^ get ();
	void set (Object^ value);
}member HDDSerialAlgorithmVersion : Object with get, set
Return Value
Type: 
Object
See Also