LumiSoft Mail Server User API
RemoveNonce Method (nonce)
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest_NonceManager > RemoveNonce(String)
Removes specified nonce from active nonces collection.
Syntax
C#Visual BasicManaged C++
public void RemoveNonce (
	string nonce
)
Public Sub RemoveNonce ( _
	nonce As String _
)
public:
void RemoveNonce (
	String^ nonce
)
Parameters
nonce (String)
Nonce to remove.

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