Click or drag to resize

RngInitializeEx Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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