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

Syntax

C#
int GetOutputSize(
	int len
)
Visual Basic
Function GetOutputSize ( _
	len As Integer _
) As Integer
Visual C++
int GetOutputSize(
	int len
)

Parameters

len
Type: System..::..Int32

See Also