Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.EncoderCryptBitsInKey

TElMessagePartHandlerSMime     See also     


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


Specifies the block cipher key length in bits.

Declaration

[C#]
    int EncoderCryptBitsInKey;

[VB.NET]
    Property EncoderCryptBitsInKey As Integer

[Pascal]
    property EncoderCryptBitsInKey : Integer;

[C++]
    int32_t get_EncoderCryptBitsInKey();
    void set_EncoderCryptBitsInKey(int32_t Value);

[PHP]
    integer get_EncoderCryptBitsInKey()
    void set_EncoderCryptBitsInKey(integer $Value)

[Java]
    int getEncoderCryptBitsInKey();
    void setEncoderCryptBitsInKey(int AEncoderCryptBitsInKey);

Parameters

  • AEncoderCryptBitsInKey -

Description

    Use this property to specify the length of the block cipher key. This property has meaning only when Algorithm is set to SB_ALGORITHM_CNT_RC2 or SB_ALGORITHM_CNT_RC4. The value of this property should be a multiple of 8. Value can vary between 32 and 256.     Default value is 192.

Discuss this help topic in SecureBlackbox Forum