Generates a random nonce in hex format
public static string NonceHex( int numBytes )
Public Shared Function NonceHex ( _ numBytes As Integer _ ) As String
Nonce in hex format
See Example1
VB6/C equivalent: RNG_NonceDataHex
[Contents] [Index]