Click or drag to resize

RngMakeSeedFile Method

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

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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)
Estimated security strength (default=112 bits)

Return Value

Boolean
true if successful; false if fails
Remarks
Any existing file will be overwritten.
See Also