| IOAuthNonce Method |
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.23341.1754
Syntax IOAuth Nonce(
string nonce
)
Function Nonce (
nonce As String
) As IOAuth
IOAuth^ Nonce(
String^ nonce
)
abstract Nonce :
nonce : string -> IOAuth
Parameters
- nonce
- Type: SystemString
Nonce.
Return Value
Type:
IOAuthThis OAuth object.
See Also