Carry out a NIST SP800-90 health check and FIPS140-2 statistical tests on the random number generator.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static bool Test(
string resultFile = ""
)
Public Shared Function Test (
Optional resultFile As String = ""
) As Boolean
Parameters
- resultFile String (Optional)
- Name of results file to be created,
or null not to create a results file.
Return Value
Booleantrue if successful;
false if fails
RemarksAny existing file will be overwritten.
See Also