Click or drag to resize
OssUtilsComputeContentMd5 Method
Compute the MD5 on the input stream with the given size.

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

Parameters

input
Type: System.IOStream
The input stream
partSize
Type: SystemInt64
the part size---it could be less than the stream size

Return Value

Type: String
MD5 digest value
See Also