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 void NextBytes( byte[] bytes ) |
| Visual Basic |
|---|
Public Sub NextBytes ( _ bytes As Byte() _ ) |
| Visual C++ |
|---|
public: virtual void NextBytes( array<unsigned char>^ bytes ) sealed |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]