Query and initialize the RNG generator using Intel(R) DRNG, if available.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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