Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| int ProcessBytes( byte[] input, byte[] output, int outOff ) | 
| Visual Basic | 
|---|
| Function ProcessBytes ( _ input As Byte(), _ output As Byte(), _ outOff As Integer _ ) As Integer | 
| Visual C++ | 
|---|
| int ProcessBytes( array<unsigned char>^ input, array<unsigned char>^ output, int outOff ) | 
Parameters
- input
- Type: array<System..::..Byte>[]()[][]
- output
- Type: array<System..::..Byte>[]()[][]
- outOff
- Type: System..::..Int32





