Click or drag to resize
HashStreamExpectedHash Property
Expected hash value. Compared against CalculatedHash upon Close(). If the hashes are different, an ClientException is thrown.

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public byte[] ExpectedHash { get; }

Property Value

Type: Byte
See Also