IBlockCipherMode public interface IBlockCipherMode : IBlockCipher Documentation bool IsPartialBlockOkay { get; } Indicates whether this cipher mode can handle partial blocks. IBlockCipher UnderlyingCipher { get; } Return the underlying this cipher mode. void Reset() Reset the cipher mode to the same state as it was after the last init (if there was one).