CryptoSys PKI Pro 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

If the seed file does not exist, it will be created (with any available entropy).

See Also

VB6/C equivalent: RNG_Initialize

[Contents] [Index]

[PREV: Rng.Guid Method...]   [Contents]   [Index]   
   [NEXT: Rng.InitializeEx Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.