Discuss this help topic in SecureBlackbox Forum

TElZipWriter.StrongEncryption

TElZipWriter     See also     


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


Specifies if PKWare Strong Encryption should be used.

Declaration

[C#]
    bool StrongEncryption;

[VB.NET]
    Property StrongEncryption As Boolean

[Pascal]
    property StrongEncryption : boolean;

[C++]
    bool get_StrongEncryption();
    void set_StrongEncryption(bool Value);

[PHP]
    bool get_StrongEncryption()
    void set_StrongEncryption(bool $Value)

[Java]
    boolean getStrongEncryption();
    void setStrongEncryption(boolean Value);

Description

    Use this property to specify if PKWare Strong Encryption should be used to encrypt the archive. If this property is True, use StrongEncryptionInfo to manage encryption properties.

See also:     Encrypt     StrongEncryptionInfo    

Discuss this help topic in SecureBlackbox Forum