Sdílet prostřednictvím


ICLRStrongName::GetHashFromBlob Method

Updated: July 2010

Gets a hash of the assembly at the specified memory address, using the specified hash algorithm.

HRESULT GetHashFromBlob (
    [in]  BYTE    *pbBlob,
    [in]  DWORD   cchBlob,
    [in, out] unsigned int   *piHashAlg,
    [out] BYTE    *pbHash,
    [in]  DWORD   cchHash,
    [out] DWORD   *pchHash
);

Parameters

  • pbBlob
    [in] A pointer to the address of the memory block to be hashed.

  • cchBlob
    [in] The length, in bytes, of the memory block.

  • piHashAlg
    [in, out] A constant that specifies the hash algorithm. Use zero for the default algorithm.

  • pbHash
    [out] The returned hash buffer.

  • cchHash
    [in] The requested maximum size of pbHash.

  • pchHash
    [out] The size, in bytes, of the returned pbHash.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MetaHost.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: 4

See Also

Reference

ICLRStrongName Interface

Change History

Date

History

Reason

July 2010

Added topic.

Information enhancement.