Namespace: Org.BouncyCastle.Crypto.Modes
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class CtsBlockCipher : BufferedBlockCipher
Visual Basic
Public Class CtsBlockCipher _
	Inherits BufferedBlockCipher
Visual C++
public ref class CtsBlockCipher : public BufferedBlockCipher

Inheritance Hierarchy

See Also