Click or drag to resize

RngInitialize Method

Initialize the RNG generator with a seed file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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
If the seed file does not exist, it will be created (with any available entropy).
See Also