CryptoSys PKI Pro Manual

Rng.MakeSeedFile Method

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

Syntax

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

Parameters

seedFile
Name of seed file to be created
strength
Type: Rng.Strength
Estimated security strength (default=112 bits)

Return Value

true if successful; false if fails

Remarks

Any existing file will be overwritten.

See Also

VB6/C equivalent: RNG_MakeSeedFile

[Contents] [Index]

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

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