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