IAeadBlockCipher public interface IAeadBlockCipher : IAeadCipher An IAeadCipher based on an IBlockCipher. Documentation Code IBlockCipher UnderlyingCipher { get; } The block cipher underlying this algorithm. int GetBlockSize()