Click or drag to resize

RngTest Method

Carries out a NIST SP800-90 health check and FIPS140-2 statistical tests on the random number generator

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static bool Test(
	string resultFile
)

Parameters

resultFile  String
Name of results file to be created, or null/Nothing not to create a results file.

Return Value

Boolean
true if successful; false if fails.
Remarks
Any existing file of the same name will be overwritten without warning.
See Also