IBlockCipherPaddingAddPadding(SpanByte, Int32) Method
Add padding to the passed in block.
Namespace: Org.BouncyCastle.Crypto.PaddingsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function AddPadding(block, position);
- block SpanByte
- the block to add padding to.
- position Int32
- the offset into the block the padding is to start at.
Int32the number of bytes of padding added.