LumiSoft Mail Server User API
Cram_Md5 Method (password, hashKey)
Namespaces > LumiSoft.Net.AUTH > AuthHelper > Cram_Md5(String, String)
Calculates CRAM-MD5 authentication compare value.
Syntax
C#Visual BasicManaged C++
public static string Cram_Md5 (
	string password,
	string hashKey
)
Public Shared Function Cram_Md5 ( _
	password As String, _
	hashKey As String _
) As String
public:
static String^ Cram_Md5 (
	String^ password, 
	String^ hashKey
)
Parameters
password (String)
Password.
hashKey (String)
Hash calculation key
Return Value
Returns value what must be used for comparing passwords.

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