CryptoSys PKI Pro Manual

Rng.Bytes Method (Int32, Byte[])

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

Syntax

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

Parameters

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

Return Value

Array of random bytes

See Also

VB6/C equivalent: RNG_Bytes

[Contents] [Index]

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

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.