CryptoSys API Library Manual

Rng.HexWithPrompt Method (Int32)

Generates random bytes in hex format with a prompt for keyboard input

Syntax

[C#]
public static string HexWithPrompt(
	int numBytes
)
[VB.NET]
Public Shared Function HexWithPrompt ( _
	numBytes As Integer _
) As String

Parameters

numBytes
Required number of random bytes

Return Value

Random bytes in hex format

See Also

VB6/C equivalent: RNG_HexWithPrompt

[Contents] [Index]

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

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