Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionInfo.EncryptionAlgorithm

TElZipStrongEncryptionInfo     See also     


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


Specifies encryption algorithm.

Declaration

[C#]
    uint EncryptionAlgorithm;

[VB.NET]
    Property EncryptionAlgorithm As UInt32

[Pascal]
    property EncryptionAlgorithm : cardinal;

[C++]
    uint32_t get_EncryptionAlgorithm();
    void set_EncryptionAlgorithm(uint32_t Value);

[PHP]
    integer get_EncryptionAlgorithm()
    void set_EncryptionAlgorithm(integer $Value)

[Java]
    int getEncryptionAlgorithm();
    void setEncryptionAlgorithm(int Value);

Possible compression methods:

Description

    Use this property to specify encryption algorithm.

See also:     KeyLength    

Discuss this help topic in SecureBlackbox Forum