LumiSoft Net Help
NonceExists Method (nonce)
NamespacesLumiSoft.Net.AUTHAuth_HttpDigest_NonceManagerNonceExists(String)
Checks if specified nonce exists in active nonces collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool NonceExists(
	string nonce
)
Public Function NonceExists ( 
	nonce As String
) As Boolean
public:
bool NonceExists(
	String^ nonce
)
member NonceExists : 
        nonce : string -> bool 
Parameters
nonce (String)
Nonce to check.
Return Value
Boolean
Returns true if nonce exists in active nonces collection, otherwise returns false.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119