Click or drag to resize

RngHexWithPrompt(Int32, String, RngStrength) 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,
	string prompt,
	RngStrength strength
)

Parameters

numBytes  Int32
Required number of random bytes
prompt  String
Alternative prompt. Set as an empty string "" for the default prompt.
strength  RngStrength
Required security strength

Return Value

String
Random bytes in hex format
See Also