Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionInfo.KeyLength

TElZipStrongEncryptionInfo     See also     


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


Specifies key length.

Declaration

[C#]
    uint KeyLength;

[VB.NET]
    Property KeyLength As UInt32

[Pascal]
    property KeyLength : cardinal;

[C++]
    uint32_t get_KeyLength();
    void set_KeyLength(uint32_t Value);

[PHP]
    integer get_KeyLength()
    void set_KeyLength(integer $Value)

[Java]
    int getKeyLength();
    void setKeyLength(int Value);

Description

    Use this property to specify length of the key used for encryption.

See also:     EncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum