RngHexWithPrompt(Int32) Method |
Generates random bytes in hex format with a prompt for keyboard input
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static string HexWithPrompt(
int numBytes
)
Public Shared Function HexWithPrompt (
numBytes As Integer
) As String
Parameters
- numBytes Int32
- Required number of random bytes
Return Value
StringRandom bytes in hex format
See Also