Namespace: Org.BouncyCastle.Crypto.Prng
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void NextBytes( byte[] bytes, int start, int len ) |
Visual Basic |
---|
Public Overridable Sub NextBytes ( _ bytes As Byte(), _ start As Integer, _ len As Integer _ ) |
Visual C++ |
---|
public: virtual void NextBytes( array<unsigned char>^ bytes, int start, int len ) |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
- start
- Type: System..::..Int32
- len
- Type: System..::..Int32