Rng.UpdateSeedFile Method
Update the RNG seed file.
Syntax
[C#]
public static bool UpdateSeedFile(
string seedFile
)
[VB]
Public Shared Function UpdateSeedFile (
seedFile As String
) As Boolean
Parameters
- seedFile String
- Full path name of seed file
Return Value
Boolean
true if successful; false if fails
Remarks
The 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
VB6/C equivalent: RNG_UpdateSeedFile
[Contents] [Index]