Discuss this help topic in SecureBlackbox Forum
This property specifies the serial number of the revoked certificate.
Declaration
[C#]
byte[] SerialNumber;
[VB.NET]
Property SerialNumber As Byte()
[Pascal]
property SerialNumber : string;
[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
The revoked certificates are named by their serial numbers. Use this property to get/set serial number of the revoked certificate.
Discuss this help topic in SecureBlackbox Forum