Discuss this help topic in SecureBlackbox Forum
Specifies whether the serial is set in Hex.
Declaration
[C#/Java]
bool HexSerialNumber;
[VB.NET]
Property HexSerialNumber As Boolean
[Pascal]
property HexSerialNumber: boolean;
[C++]
bool get_HexSerialNumber();
void set_HexSerialNumber(bool Value);
[PHP]
bool get_HexSerialNumber()
void set_HexSerialNumber(bool $Value)
Description
Use this property to specify whether serial number is specified in hexadecimal.
Discuss this help topic in SecureBlackbox Forum