Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.SymmetricKeyBits

TElSSLConnectionInfo     See also     


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


Key size of the symmetric cipher.

Declaration

[C#]
    int SymmetricKeyBits;

[VB.NET]
    Property SymmetricKeyBits As Integer

[Pascal]
    property SymmetricKeyBits : integer;

[C++]
    int32_t get_SymmetricKeyBits();

[PHP]
    integer get_SymmetricKeyBits()

[Java]
    int getSymmetricKeyBits();

Description

This property specifies the number of bits in the symmetric key used in this session.

See also:     SymmetricBlockSize    

Discuss this help topic in SecureBlackbox Forum