Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionSignatureInfo.SerialNumber

TElZipStrongEncryptionSignatureInfo     See also     


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


Specifies serial number of the signing certificate.

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 read-only property to get serial number of the signing certificate.

See also:     Issuer     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum