Renci.SshNet.Security.Cryptography.HMACMD5
Computes a Hash-based Message Authentication Code (HMAC) by using the MD5 hash function.
namespace Renci.SshNet.Security.Cryptography
{
public class HMACMD5 : System.Security.Cryptography.HMACMD5
{
public HMACMD5(byte[] key);
public HMACMD5(byte[] key, int hashSize);
}
}