LumiSoft Mail Server User API
Digest_Md5 Method (client_server, realm, userName, password, nonce, cnonce, digest_uri)
Namespaces > LumiSoft.Net.AUTH > AuthHelper > Digest_Md5(Boolean, String, String, String, String, String, String)
Calculates DIGEST-MD5 authentication compare value.
Syntax
C#Visual BasicManaged C++
public static string Digest_Md5 (
	bool client_server,
	string realm,
	string userName,
	string password,
	string nonce,
	string cnonce,
	string digest_uri
)
Public Shared Function Digest_Md5 ( _
	client_server As Boolean, _
	realm As String, _
	userName As String, _
	password As String, _
	nonce As String, _
	cnonce As String, _
	digest_uri As String _
) As String
public:
static String^ Digest_Md5 (
	bool client_server, 
	String^ realm, 
	String^ userName, 
	String^ password, 
	String^ nonce, 
	String^ cnonce, 
	String^ digest_uri
)
Parameters
client_server (Boolean)
Specifies if client or server value calculated. Client and server has diffrent calculation method.
realm (String)
Use domain or machine name for this.
userName (String)
User name.
password (String)
Password.
nonce (String)
Server password tag.
cnonce (String)
Client password tag.
digest_uri (String)

[Missing <param> documentation for "digest_uri"]

Return Value
Returns value what must be used for comparing passwords.

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