Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionInfo.UsePassword

TElZipStrongEncryptionInfo     See also     


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


Specifies whether password encryption is used.

Declaration

[C#]
    bool UsePassword;

[VB.NET]
    Property UsePassword As Boolean

[Pascal]
    property UsePassword : boolean;

[C++]
    bool get_UsePassword();
    void set_UsePassword(bool Value);

[PHP]
    bool get_UsePassword()
    void set_UsePassword(bool $Value)

[Java]
    boolean getUsePassword();
    void setUsePassword(boolean Value);

Description

    Use this property to specify if password encryption should be used.

See also:     UseCertificates    

Discuss this help topic in SecureBlackbox Forum