Click or drag to resize

RngInitializeEx Method

Query and initialize the RNG generator using Intel(R) DRNG, if available.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static int InitializeEx(
	RngOptions opts = RngOptions.Default
)

Parameters

opts  RngOptions  (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