LumiSoft Mail Server User API
CNonce Property
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest > CNonce
Gets Client nonce value. 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.
Syntax
C#Visual BasicManaged C++
public string CNonce { get; }
Public ReadOnly Property CNonce As String
public:
String^ CNonce {
	String^ get ();
}

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