示例#1
0
        public void CalculateMD5HashTest()
        {
            string x = MD5.CalculateMD5Hash("123");

            Assert.Greater(x.Length, 0);
        }