Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.StrongEncryptionInfo

TElZipArchiveDirectoryEntry     See also     


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


Contains encryption info.

Declaration

[C#]
    TElZipStrongEncryptionInfo StrongEncryptionInfo;

[VB.NET]
    Property StrongEncryptionInfo As TElZipStrongEncryptionInfo

[Pascal]
    property StrongEncryptionInfo : TElZipStrongEncryptionInfo;

[C++]
    TElZipStrongEncryptionInfo* get_StrongEncryptionInfo();

[PHP]
    TElZipStrongEncryptionInfo get_StrongEncryptionInfo()

[Java]
    TElZipStrongEncryptionInfo getStrongEncryptionInfo();

Description

    Use this read-only property to get encryption info for the archive.

See also:     Signatures    

Discuss this help topic in SecureBlackbox Forum