CryptoSys PKI Toolkit Manual

Rng.MakeSeedFile Method

Create a new seed file suitable for use with Rng.Initialize

Syntax

[C#]
public static bool MakeSeedFile(
	string seedFile
)
[VB.NET]
Public Shared Function MakeSeedFile ( _
	seedFile As String _
) As Boolean

Parameters

seedFile
Name of seed file to be created

Return Value

true if successful; false if fails

Remarks

Any existing file will be overwritten.

See Also

VB6/C equivalent: RNG_MakeSeedFile

[Contents] [Index]

[HOME]   [NEXT: Rng.Number Method...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.