LumiSoft Mail Server User API
NonceExists Method (nonce)
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest_NonceManager > NonceExists(String)
Checks if specified nonce exists in active nonces collection.
Syntax
C#Visual BasicManaged C++
public bool NonceExists (
	string nonce
)
Public Function NonceExists ( _
	nonce As String _
) As Boolean
public:
bool NonceExists (
	String^ nonce
)
Parameters
nonce (String)
Nonce to check.
Return Value
Returns true if nonce exists in active nonces collection, otherwise returns false.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)