 | IOAuthNonce Method |
Sets nonce. Nonce is generated automatically if not set.
This method should be used in tests only.
Namespace: Limilabs.Client.AuthenticationAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIOAuth Nonce(
string nonce
)
Function Nonce (
nonce As String
) As IOAuth
IOAuth^ Nonce(
String^ nonce
)
abstract Nonce :
nonce : string -> IOAuth Parameters
- nonce String
- Nonce.
Return Value
IOAuthThis OAuth object.
See Also