Create a new seed file suitable for use with Rng.Initialize.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static bool MakeSeedFile(
string seedFile,
RngStrength strength = RngStrength.Default
)
Public Shared Function MakeSeedFile (
seedFile As String,
Optional strength As RngStrength = RngStrength.Default
) As Boolean
Parameters
- seedFile String
- Name of seed file to be created
- strength RngStrength (Optional)
- Estimated security strength (default=112 bits)
Return Value
Booleantrue if successful;
false if fails
RemarksAny existing file will be overwritten.
See Also