Rng.InitializeEx Method
Query and initialize the RNG generator using Intel(R) DRNG, if available.
Syntax
[C#]
public static int InitializeEx(
Rng.Options opts = Rng.Options.Default
)
[VB]
Public Shared Function InitializeEx (
Optional opts As Rng.Options = Rng.Options.Default
) As Integer
Parameters
- opts Rng.Options (Optional)
- Specify Rng.Options.NoIntelDrng to explicitly turn off support.
Return Value
Int32
Support status for Intel(R) DRNG. If available, then a positive value (1,2,3); else a negative error code.
See Also
VB6/C equivalent: RNG_Initialize
[Contents] [Index]