Click or drag to resize

RngUpdateSeedFile Method

Updates the RNG seed file

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.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
Any existing file of the same name will be overwritten without warning.
See Also