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