CryptoSys API Library Manual

Rng.MakeSeedFile Method (String, Rng.Strength)

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
Required security strength (default=112 bits)

Return Value

true if successful; false if fails

Remarks

Any existing file of the same name will be overwritten without warning.

See Also

VB6/C equivalent: RNG_MakeSeedFile

[Contents] [Index]

[PREV: Rng.KeyHex Method (Int32, String)...]   [Contents]   [Index]   
   [NEXT: Rng.MakeSeedFile Method (String, String, Rng.Strength)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.