Click or drag to resize

RngInitialize Method

Initialize the RNG generator with a seed file.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static bool Initialize(
	string seedFile
)

Parameters

seedFile  String
Full path name of seed file

Return Value

Boolean
true if successful; false if fails
Remarks
A seed file maintains the entropy state between sessions. It is automatically updated by this procedure. If the seed file does not exist, it will be created (with any available entropy).
See Also