Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.Encrypted

TElZipArchiveDirectoryEntry     See also     


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


Specifies whether the archive directory entry is encrypted.

Declaration

[C#]
    bool Encrypted;

[VB.NET]
    Property Encrypted As Boolean

[Pascal]
    property Encrypted : boolean;

[C++]
    bool get_Encrypted();
    void set_Encrypted(bool Value);

[PHP]
    bool get_Encrypted()
    void set_Encrypted(bool $Value)

[Java]
    boolean getEncrypted();
    void setEncrypted(boolean Value);

Description

    This property is used to specify whether the archive directory entry is encrypted, or not.

See also:     WinZipEncryption    

Discuss this help topic in SecureBlackbox Forum