Click or drag to resize
MD5Helper Class
MD5 签名的帮助类
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.UtilityMD5Helper

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class MD5Helper

The MD5Helper type exposes the following members.

Constructors
  NameDescription
Public methodMD5Helper
Initializes a new instance of the MD5Helper class
Top
Methods
  NameDescription
Public methodStatic memberComputeMD5
计算文件内容的MD5值
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetMD5
计算文本类型的MD5值
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also