CryptoSys API Library Manual

Rng.Initialize Method

Initialize the RNG generator with a seed file.

Syntax

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

Parameters

seedFile
Full path name of seed file

Return Value

true if successful; false if fails

Remarks

The seed file must exist and be writable by the user.

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RNG_Initialize

[Contents] [Index]

[HOME]   [NEXT: Rng.KeyBytes Method (Int32, Byte)...]

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