Discuss this help topic in SecureBlackbox Forum
Sets serial number longer than 20 bytes.
Declaration
[C#]
void SetLongSerialNumber(byte[] Value);
[VB.NET]
Sub SetLongSerialNumber(ByVal Value As Byte())
[Pascal]
procedure SetLongSerialNumber(const Value: ByteArray);
[C++]
void SetLongSerialNumber(const std::vector<uint8_t> &Value);
[PHP]
void SetLongSerialNumber(array of byte|string|NULL $Value)
[Java]
void setLongSerialNumber(byte[] Value);
Description
Use this method to set this certificate serial number to a value longer than 20 bytes.
Discuss this help topic in SecureBlackbox Forum