OssUtilsComputeContentMd5 Method |
对输入流计算md5值
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic static string ComputeContentMd5(
Stream input,
long partSize
)
Parameters
- input
- Type: System.IOStream
待计算的输入流 - partSize
- Type: SystemInt64
计算多长的输入流
Return Value
Type:
String流的md5值
See Also