Discuss this help topic in SecureBlackbox Forum
Specifies the certificate's serial number.
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 property to retrieve the certificate's serial number.
Discuss this help topic in SecureBlackbox Forum