LumiSoft Mail Server User API
NonceCount Property
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest > NonceCount
Gets nonce ount. This MUST be specified if a qop directive is sent (see above), and MUST NOT be specified if the server did not send a qop directive in the WWW-Authenticate header field. The nc-value is the hexadecimal count of the number of requests.
Syntax
C#Visual BasicManaged C++
public string NonceCount { get; }
Public ReadOnly Property NonceCount As String
public:
String^ NonceCount {
	String^ get ();
}

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