Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Updated: July 2010
Gets a hash of the specified assembly file, using the specified hash algorithm.
HRESULT GetHashFromAssemblyFile (
[in] LPCSTR szFilePath,
[in, out] unsigned int *piHashAlg,
[out] BYTE *pbHash,
[in] DWORD cchHash,
[out] DWORD *pchHash
);
Parameters
szFilePath
[in] The path to the file to be hashed.piHashAlg
[in, out] A constant that specifies the hash algorithm. Use zero for the default hash algorithm.pbHash
[out] The returned hash buffer.cchHash
[in] The requested maximum size of pbHash.pchHash
[out] The returned size, in bytes, of 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::GetHashFromAssemblyFileW Method
Change History
Date |
History |
Reason |
|---|---|---|
|
July 2010 |
Added topic. |
Information enhancement. |