Click or drag to resize
OssUtilsComputeContentMd5 Method
对输入流计算md5值

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public static string ComputeContentMd5(
	Stream input,
	long partSize
)

Parameters

input
Type: System.IOStream
待计算的输入流
partSize
Type: SystemInt64
计算多长的输入流

Return Value

Type: String
流的md5值
See Also