CryptoSys PKI Pro Manual

Rng.Bytes Method (Int32, String)

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

Syntax

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

Parameters

numBytes
Required number of random bytes
seedStr
User-supplied entropy in string format

Return Value

Array of random bytes

See Also

VB6/C equivalent: RNG_Bytes

[Contents] [Index]

[PREV: Rng.Bytes Method (Int32, Byte)...]   [Contents]   [Index]   
   [NEXT: Rng.BytesWithPrompt Method (Int32, Rng.Strength)...]

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