CryptoSys PKI Pro Manual

Rng.Bytes(Int32, Byte[]) Method

Generate an array of random bytes with user-supplied entropy.

Syntax

[C#]
public static byte[] Bytes(
   int numBytes,
   byte[] arrSeed 
)
[VB]
Public Shared Function Bytes (
   numBytes As Integer,
   arrSeed As Byte() 
) As Byte()

Parameters

numBytes  Int32
Required number of random bytes
arrSeed  Byte
User-supplied entropy in byte format

Return Value

Byte
Array of random bytes

See Also

VB6/C equivalent: RNG_Bytes

[Contents] [Index]

[PREV: Rng.Bytes(Int32) Method...]   [Contents]   [Index]   
   [NEXT: Rng.Bytes(Int32, String) Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.