Click or drag to resize
MD5HelperComputeMD5 Method
计算文件内容的MD5值

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static string ComputeMD5(
	Stream stream
)

Parameters

stream
Type: System.IOStream

Return Value

Type: String
See Also