Update the RNG seed file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static bool UpdateSeedFile(
string seedFile
)
Public Shared Function UpdateSeedFile (
seedFile As String
) As Boolean
Parameters
- seedFile String
- Full path name of seed file
Return Value
Booleantrue if successful;
false if fails
RemarksThe seed file must be writable. If it does not exist it will be created (with any available entropy).
Any existing file of the same name will be overwritten without warning.
See Also