Initialize the RNG generator with a seed file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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
RemarksIf the seed file does not exist, it will be created (with any available entropy).
See Also