CryptoSys API Library Manual

Rng.NonceHex Method

Generates a random nonce in hex format

Syntax

[C#]
public static string NonceHex(
	int numBytes
)
[VB.NET]
Public Shared Function NonceHex ( _
	numBytes As Integer _
) As String

Parameters

numBytes
Number of bytes required

Return Value

Nonce in hex format

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RNG_NonceDataHex

[Contents] [Index]

[HOME]   [NEXT: Rng.Number Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.