IBlockCipherPaddingPadCount(Byte) Method
Determine the length of padding present in the passed in block.
Namespace: Org.BouncyCastle.Crypto.PaddingsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
function PadCount(input);
- input Byte
- the block to check padding for.
Int32the number of bytes of padding present.