RngMakeSeedFile(String, RngStrength) Method |
Create a new seed file suitable for use with Rng.Initialize
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static bool MakeSeedFile(
string seedFile,
RngStrength strength = RngStrength.Default
)
Public Shared Function MakeSeedFile (
seedFile As String,
Optional strength As RngStrength = RngStrength.Default
) As Boolean
Parameters
- seedFile String
- Name of seed file to be created
- strength RngStrength (Optional)
- Required security strength (default=112 bits)
Return Value
Booleantrue if successful;
false if fails
RemarksAny existing file of the same name will be overwritten without warning.
See Also