System.Security.Cryptography.HMACMD5 public class HMACMD5 : HMAC Documentation Code namespace System.Security.Cryptography { public class HMACMD5 : HMAC { public HMACMD5(); public HMACMD5(byte[] key); } }