Discuss this help topic in SecureBlackbox Forum

TElX509CertificateEx.SetLongSerialNumber

TElX509CertificateEx     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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