Click or drag to resize

RngHexWithPrompt(Int32) Method

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

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string HexWithPrompt(
	int numBytes
)

Parameters

numBytes  Int32
Required number of random bytes

Return Value

String
Random bytes in hex format
See Also