BlockCipher public abstract class BlockCipher : SymmetricCipher Base class for block cipher implementations. Documentation Code public byte BlockSize { get; } Gets the size of the block. protected BlockCipher(byte[] key, byte blockSize, CipherMode mode, CipherPadding padding) Initializes a new instance of the BlockCipher class.