Click or drag to resize

RngUpdateSeedFile Method

Update the RNG seed file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static bool UpdateSeedFile(
	string seedFile
)

Parameters

seedFile  String
Full path name of seed file

Return Value

Boolean
true if successful; false if fails
Remarks
The seed file must be writable. If it does not exist it will be created (with any available entropy). Any existing file of the same name will be overwritten without warning.
See Also