PaddingBlockSize
Use this property to get the padding value that is needed for this algorithm.
Most of the algorithms encrypt in pairs of PaddingBlockSize bytes, so if you have data that does not add up to PaddingBlockSize then you will need to add at least PaddingBlockSize-1 bytes of random data to ensure that all of your data is encrypted.
PaddingBlockSize as Integer (Read only property)