Rng.InitializeEx Method
Query and initialize the RNG generator using Intel(R) DRNG, if available.
Syntax
[C#]
public static int InitializeEx(
Rng.Options opts
)
[VB.NET]
Public Shared Function InitializeEx ( _
opts As Rng.Options _
) As Integer
Parameters
- opts
- Type: Rng.Options
Specify Rng.Options.NoIntelDrng to explicitly turn off support.
Return Value
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]