RngKeyHex(Int32, Byte) Method |
Generates a random key in hex format with user-supplied entropy
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static string KeyHex(
int numBytes,
byte[] arrSeed
)
Public Shared Function KeyHex (
numBytes As Integer,
arrSeed As Byte()
) As String
Parameters
- numBytes Int32
- Required number of random bytes
- arrSeed Byte
- User-supplied entropy in byte format
Return Value
StringRandom bytes in hex format
See Also