Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.Signatures

TElZipArchiveDirectoryEntry     See also     


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


Contains archive signatures.

Declaration

[C#]
    TElZipStrongEncryptionSignatureInfo Signatures[int Index];

[VB.NET]
    Property Signatures(ByVal Index As Integer) As TElZipStrongEncryptionSignatureInfo

[Pascal]
    property Signatures[Index: integer]: TElZipStrongEncryptionSignatureInfo;

[C++]
    TElZipStrongEncryptionSignatureInfo* get_Signatures(int32_t Index);

[PHP]
    TElZipStrongEncryptionSignatureInfo get_Signatures(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the signature in the list. The first signature has Index=0, the second has Index=1 and so on.

Description

    If the archive is signed, this read-only property provides access to the signatures.

See also:     SignatureCount     StrongEncryptionInfo    

Discuss this help topic in SecureBlackbox Forum