Click or drag to resize

RngMakeSeedFile(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,
	RngStrength strength = RngStrength.Default
)

Parameters

seedFile  String
Name of seed file to be created
strength  RngStrength  (Optional)
Required security strength (default=112 bits)

Return Value

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