LumiSoft Mail Server User API
Auth_HttpDigest Constructor (userName, password, cnonce, uri, digestResponse, requestMethod)
Namespaces > LumiSoft.Net.AUTH > Auth_HttpDigest > Auth_HttpDigestNew(String, String, String, String, String, String)
Client constructor. This is used to build valid Authorization response to server.
Syntax
C#Visual BasicManaged C++
public Auth_HttpDigest (
	string userName,
	string password,
	string cnonce,
	string uri,
	string digestResponse,
	string requestMethod
)
Public Sub New ( _
	userName As String, _
	password As String, _
	cnonce As String, _
	uri As String, _
	digestResponse As String, _
	requestMethod As String _
)
public:
Auth_HttpDigest (
	String^ userName, 
	String^ password, 
	String^ cnonce, 
	String^ uri, 
	String^ digestResponse, 
	String^ requestMethod
)
Parameters
userName (String)
User name.
password (String)
Password.
cnonce (String)
Client nonce value.
uri (String)
Request URI.
digestResponse (String)
Server authenticate resposne.
requestMethod (String)
Request method.

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