Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.BitsInKey

TElMessageEncryptor     See also     


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


This property defines the key length in bits.

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[C++]
    int32_t get_BitsInKey();
    void set_BitsInKey(int32_t Value);

[PHP]
    integer get_BitsInKey()
    void set_BitsInKey(integer $Value)

[Java]
    int getBitsInKey();
    void setBitsInKey(int Value);

Description

    Use this property to specify the key length for the block cipher. The value of this property should be a multiple of 8.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum