コード例 #1
0
 public void MD5()
 {
     hash = fileHasher.GetMD5();
     Assert.AreEqual("098f6bcd4621d373cade4e832627b4f6", hash);
 }