HashStreamExpectedHash Property |
Expected hash value. Compared against CalculatedHash upon Close().
If the hashes are different, an ClientException is thrown.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic byte[] ExpectedHash { get; }
Public ReadOnly Property ExpectedHash As Byte()
Get
public:
property array<unsigned char>^ ExpectedHash {
array<unsigned char>^ get ();
}
member ExpectedHash : byte[] with get
Property Value
Type:
Byte
See Also