Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.SignatureCount

TElZipArchiveDirectoryEntry     See also     


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


Contains the number of signatures in the list.

Declaration

[C#]
    int SignatureCount;

[VB.NET]
    Property SignatureCount As Integer

[Pascal]
    property Signatures : integer;

[C++]
    int32_t get_SignatureCount();

[PHP]
    integer get_SignatureCount()

[Java]
    int getSignatureCount();

Description

    If the archive is signed, this read-only property specifies the number of archive signatures.

See also:     Signatures    

Discuss this help topic in SecureBlackbox Forum