Click or drag to resize

RngTest Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static bool Test(
	string resultFile = ""
)

Parameters

resultFile  String  (Optional)
Name of results file to be created, or null not to create a results file.

Return Value

Boolean
true if successful; false if fails
Remarks
Any existing file will be overwritten.
See Also