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]

[HOME]   [NEXT: Rng.BytesWithPrompt Method (Int32, String, Rng.Strength)...]

Copyright © 2001-10 D.I. Management Services Pty Ltd. All rights reserved.