Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.BlockSize

TElSymmetricCrypto     See also     


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


Specifies the size of the data block for the symmetric algorithm

Declaration

[C#]
    int BlockSize;

[VB.NET]
    Property BlockSize As Integer

[Pascal]
    property BlockSize : integer;

[C++]
    int32_t get_BlockSize();

[PHP]
    integer get_BlockSize()

[Java]
    int getBlockSize();

Description

Use this read-only property to get the required size of the data block. The value makes sense only for block modes of block ciphers.

See also:     Padding    

Discuss this help topic in SecureBlackbox Forum