Carries out a NIST SP800-90 health check and FIPS140-2 statistical tests on the random number generator
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static bool Test(
string resultFile
)
Public Shared Function Test (
resultFile As String
) As Boolean
Parameters
- resultFile String
- Name of results file to be created,
or null/Nothing not to create a results file.
Return Value
Booleantrue if successful;
false if fails.
RemarksAny existing file of the same name will be overwritten without warning.
See Also