Namespace: Org.BouncyCastle.Crypto.Modes
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public override int GetOutputSize( int length )  | 
| Visual Basic | 
|---|
Public Overrides Function GetOutputSize ( _ length As Integer _ ) As Integer  | 
| Visual C++ | 
|---|
public: virtual int GetOutputSize( int length ) override  | 
Parameters
- length
 - Type: System..::..Int32