Click or drag to resize

RngMakeSeedFile(String, String, RngStrength) Method

Create a new seed file suitable for use with Rng.Initialize

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static bool MakeSeedFile(
	string seedFile,
	string prompt,
	RngStrength strength
)

Parameters

seedFile  String
Name of seed file to be created
prompt  String
Prompt for dialog
strength  RngStrength
Required security strength

Return Value

Boolean
true if successful; false if fails
Remarks
Any existing file of the same name will be overwritten without warning.
See Also