Query and initialize the RNG generator using Intel(R) DRNG, if available.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static int InitializeEx(
RngOptions opts = RngOptions.Default
)
Public Shared Function InitializeEx (
Optional opts As RngOptions = RngOptions.Default
) As Integer
Parameters
- opts RngOptions (Optional)
- Specify Rng.Options.NoIntelDrng to explicitly turn off support.
Return Value
Int32Support status for Intel(R) DRNG. If available, then a positive value (1,2,3); else a negative error code.
See Also