HashingWrapperComputeHash Method (Byte) |
[Missing <summary> documentation for "M:Aliyun.OSS.Common.Internal.HashingWrapper.ComputeHash(System.Byte[])"]
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic byte[] ComputeHash(
byte[] buffer
)
Public Function ComputeHash (
buffer As Byte()
) As Byte()
public:
virtual array<unsigned char>^ ComputeHash(
array<unsigned char>^ buffer
) sealed
abstract ComputeHash :
buffer : byte[] -> byte[]
override ComputeHash :
buffer : byte[] -> byte[]
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