Click or drag to resize

RngBytesWithPrompt(Int32, RngStrength) Method

Generate an array of random bytes with a prompt for random keyboard input.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] BytesWithPrompt(
	int numBytes,
	RngStrength strength = RngStrength.Default
)

Parameters

numBytes  Int32
Required number of random bytes
strength  RngStrength  (Optional)
Estimated security strength (default=112 bits)

Return Value

Byte
Array of random bytes
See Also