Sets nonce. Nonce is generated automatically if not set. This method should be used in tests only.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IOAuth Nonce(
	string nonce
)
Visual Basic
Function Nonce ( _
	nonce As String _
) As IOAuth
Visual C++
IOAuth^ Nonce(
	String^ nonce
)

Parameters

nonce
Type: System..::..String
Nonce.

Return Value

This OAuth object.

See Also