DotMSN

NSMessageHandler.HashMD5 Method 

This function implements the MD5 algorithm as is used by microsoft messenger.

[Visual Basic]
Overridable Protected Function HashMD5( _
   ByVal input As String _
) As String
[C#]
protected virtual string HashMD5(
   string input
);

Parameters

input
String to be hashed

Return Value

MD5 hash of the input

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace