public static class MD5Public NotInheritable Class MD5[<AbstractClassAttribute>]
[<SealedAttribute>]
type MD5 = class end| GetMD5Hash(Byte) | 从字节获取MD5值 |
| GetMD5Hash(Stream) | 从流中获取MD5值。 |
| GetMD5Hash(String) | 从字符串获取MD5值 |
| GetMD5Hash(Byte, Int32, Int32) | 从字节获取MD5值 |
| VerifyMD5Hash | 验证MD5值。 |