System.Security.Cryptography.HMACMD5.HMACMD5 C# (CSharp) Method

HMACMD5() public method

public HMACMD5 ( ) : System
return System
        public HMACMD5()
            : this(Helpers.GenerateRandom(BlockSize))
        {
        }

Same methods

HMACMD5::HMACMD5 ( byte key ) : System