Updates the RNG seed file
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.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
RemarksAny existing file of the same name will be overwritten without warning.
See Also