LumiSoft Mail Server User API
HmacMd5 Method (hashKey, text)
Namespaces > LumiSoft.Net.AUTH > AuthHelper > HmacMd5(String, String)
Calculates keyed md5 hash from specifieed text and with specified hash key.
Syntax
C#Visual BasicManaged C++
public static string HmacMd5 (
	string hashKey,
	string text
)
Public Shared Function HmacMd5 ( _
	hashKey As String, _
	text As String _
) As String
public:
static String^ HmacMd5 (
	String^ hashKey, 
	String^ text
)
Parameters
hashKey (String)

[Missing <param> documentation for "hashKey"]

text (String)

[Missing <param> documentation for "text"]

Return Value

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

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