CryptoSys API Library Manual

Rng.BytesWithPrompt Method (Int32)

Generates an array of random bytes with a prompt for keyboard input

Syntax

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

Parameters

numBytes
Required number of random bytes

Return Value

Array of random bytes

See Also

VB6/C equivalent: RNG_BytesWithPrompt

[Contents] [Index]

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

Copyright © 2001-23 D.I. Management Services Pty Ltd. All rights reserved. Generated 2023-12-10T10:10:30Z.