HashStreamCalculatedHash Property |
Calculated hash for the stream.
This value is set only after the stream is closed.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic byte[] CalculatedHash { get; protected set; }
Public Property CalculatedHash As Byte()
Get
Protected Set
public:
property array<unsigned char>^ CalculatedHash {
array<unsigned char>^ get ();
protected: void set (array<unsigned char>^ value);
}
member CalculatedHash : byte[] with get, set
Property Value
Type:
Byte
See Also