LumiSoft Mail Server User API
Create_Digest_Md5_ServerResponse Method (realm, nonce)
Namespaces > LumiSoft.Net.AUTH > AuthHelper > Create_Digest_Md5_ServerResponse(String, String)
Creates AUTH Digest-md5 server response what server must send to client.
Syntax
C#Visual BasicManaged C++
public static string Create_Digest_Md5_ServerResponse (
	string realm,
	string nonce
)
Public Shared Function Create_Digest_Md5_ServerResponse ( _
	realm As String, _
	nonce As String _
) As String
public:
static String^ Create_Digest_Md5_ServerResponse (
	String^ realm, 
	String^ nonce
)
Parameters
realm (String)
Use domain or machine name for this.
nonce (String)
Server password tag. Random hex string is suggested.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.AUTH.AuthHelper.Create_Digest_Md5_ServerResponse(System.String,System.String)]

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