Discuss this help topic in SecureBlackbox Forum

TElZipReader.IgnorePasswordCheck

TElZipReader     See also     


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


Specifies how to deal with old-style encrypted archives.

Declaration

[C#]
    bool IgnorePasswordCheck;

[VB.NET]
    Property IgnorePasswordCheck As Boolean

[Pascal]
    property IgnorePasswordCheck : boolean;

[C++]
    bool get_IgnorePasswordCheck();
    void set_IgnorePasswordCheck(bool Value);

[PHP]
    bool get_IgnorePasswordCheck()
    void set_IgnorePasswordCheck(bool $Value)

[Java]
    boolean getIgnorePasswordCheck();
    void setIgnorePasswordCheck(boolean Value);

Description

    Set this property to True to implement a workaround for old-style encrypted archives, where password check bits were saved incorrectly. The default value is False.

See also:     IgnoreArchiveErrors    

Discuss this help topic in SecureBlackbox Forum