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 = Rng.Strength.Default 
)
[VB]
Public Shared Function MakeSeedFile (
   seedFile As String,
   Optional strength As Rng.Strength = Rng.Strength.Default 
) As Boolean

Parameters

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

Return Value

Boolean
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-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.