CryptoSys API Library Manual
Rng.KeyHex Method (Int32, Byte[])
Generates a random key in hex format with user-supplied entropy
Syntax
[C#]
public static string KeyHex(
int numBytes,
byte[] arrSeed
)
[VB.NET]
Public Shared Function KeyHex ( _
numBytes As Integer, _
arrSeed As Byte() _
) As String
Parameters
- numBytes
- Required number of random bytes
- arrSeed
- User-supplied entropy in byte format
Return Value
Random bytes in hex format
See Also
VB6/C equivalent: RNG_KeyHex
[Contents] [Index]