RngMakeSeedFile(String, 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,
string prompt,
RngStrength strength
)
Public Shared Function MakeSeedFile (
seedFile As String,
prompt As String,
strength As RngStrength
) As Boolean
Parameters
- seedFile String
- Name of seed file to be created
- prompt String
- Prompt for dialog
- strength RngStrength
- Required security strength
Return Value
Booleantrue if successful;
false if fails
RemarksAny existing file of the same name will be overwritten without warning.
See Also