Renci.SshNet.Security.Cryptography.BlockCipher public abstract class BlockCipher : SymmetricCipher Documentation Code public byte BlockSize { get; } protected BlockCipher(byte[] key, byte blockSize, CipherMode mode, CipherPadding padding)