Discuss this help topic in SecureBlackbox Forum
This property contains certificate 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);
void set_SerialNumber(const std::vector<uint8_t> &Value);
[PHP]
string get_SerialNumber()
void set_SerialNumber(array of byte|string|NULL $Value)
Parameters
Description
Use this property to access certificate serial number.
Discuss this help topic in SecureBlackbox Forum