Click or drag to resize
HashingWrapperComputeHash Method (Byte)

[Missing <summary> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.ComputeHash(System.Byte[])"]

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public byte[] ComputeHash(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.ComputeHash(System.Byte[])"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.ComputeHash(System.Byte[])"]

Implements

IHashingWrapperComputeHash(Byte)
See Also