Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionInfo.Use3DES

TElZipStrongEncryptionInfo     See also     


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


Specifies whether 3DES encryption is used.

Declaration

[C#]
    bool Use3DES;

[VB.NET]
    Property Use3DES As Boolean

[Pascal]
    property Use3DES : boolean;

[C++]
    bool get_Use3DES();
    void set_Use3DES(bool Value);

[PHP]
    bool get_Use3DES()
    void set_Use3DES(bool $Value)

[Java]
    boolean getUse3DES();
    void setUse3DES(boolean Value);

Description

    Use this property to specify if 3DES (TripleDES) encryption algorithm should be used for generation of the symmetric key.

See also:     KeyLength     UsePassword    

Discuss this help topic in SecureBlackbox Forum