Initialize the RNG generator with a seed file.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static bool Initialize(
string seedFile
)
Public Shared Function Initialize (
seedFile As String
) As Boolean
Parameters
- seedFile String
- Full path name of seed file
Return Value
Booleantrue if successful;
false if fails
RemarksA seed file maintains the entropy state between sessions.
It is automatically updated by this procedure.
If the seed file does not exist, it will be created (with any available entropy).
See Also