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# | 
|---|
void BlockUpdate( byte[] input, int inOff, int len )  | 
| Visual Basic | 
|---|
Sub BlockUpdate ( _ input As Byte(), _ inOff As Integer, _ len As Integer _ )  | 
| Visual C++ | 
|---|
void BlockUpdate( array<unsigned char>^ input, int inOff, int len )  | 
Parameters
- input
 - Type: array<System..::..Byte>[]()[][]
 
- inOff
 - Type: System..::..Int32
 
- len
 - Type: System..::..Int32