Discuss this help topic in SecureBlackbox Forum
Specifies serial number of the signing certificate.
Declaration
[C#]
byte[] SerialNumber;
[VB.NET]
Property SerialNumber As Byte()
[Pascal]
property SerialNumber : ByteArray;
[C++]
void get_SerialNumber(std::vector<uint8_t> &OutResult);
[PHP]
string get_SerialNumber()
[Java]
byte[] getSerialNumber();
Description
Use this read-only property to get serial number of the signing certificate.
Discuss this help topic in SecureBlackbox Forum