Click or drag to resize

RngBytes(Int32, String) Method

Generate an array of random bytes with user-supplied entropy.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] Bytes(
	int numBytes,
	string seedStr
)

Parameters

numBytes  Int32
Required number of random bytes
seedStr  String
User-supplied entropy in string format

Return Value

Byte
Array of random bytes
See Also