Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.SymmetricBlockSize

TElSSLConnectionInfo     See also     


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


Bolck size of the symmetric cipher.

Declaration

[C#]
    int SymmetricBlockSize;

[VB.NET]
    Property SymmetricBlockSize As Integer

[Pascal]
    property SymmetricBlockSize : integer;

[C++]
    int32_t get_SymmetricBlockSize();

[PHP]
    integer get_SymmetricBlockSize()

[Java]
    int getSymmetricBlockSize();

Description

This property returns the block size of the symmetric cipher used in this session.

See also:     SymmetricKeyBits    

Discuss this help topic in SecureBlackbox Forum