CryptoSys API Library Manual

Rng.MakeSeedFile Method (String, String, Rng.Strength)

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

Syntax

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

Parameters

seedFile
Name of seed file to be created
prompt
Prompt for dialog
strength
Required strength

Return Value

true if successful; false if fails

Remarks

Any existing file will be overwritten.

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RNG_MakeSeedFile

[Contents] [Index]

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

Copyright © 2001-10 D.I. Management Services Pty Ltd. All rights reserved.