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
| C# | 
|---|
int ProcessByte( byte input, byte[] output, int outOff )  | 
| Visual Basic | 
|---|
Function ProcessByte ( _ input As Byte, _ output As Byte(), _ outOff As Integer _ ) As Integer  | 
| Visual C++ | 
|---|
int ProcessByte( unsigned char input, array<unsigned char>^ output, int outOff )  | 
Parameters
- input
 - Type: System..::..Byte
 
- output
 - Type: array<System..::..Byte>[]()[][]
 
- outOff
 - Type: System..::..Int32