LumiSoft Net Help
Auth_HttpDigest Constructor (userName, password, cnonce, uri, digestResponse, requestMethod)
NamespacesLumiSoft.Net.AUTHAuth_HttpDigestAuth_HttpDigest(String, String, String, String, String, String)
Client constructor. This is used to build valid Authorization response to server.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
new : 
        userName : string * 
        password : string * 
        cnonce : string * 
        uri : string * 
        digestResponse : string * 
        requestMethod : string -> Auth_HttpDigest
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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119