नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets a hash of the specified assembly file, using the specified hash algorithm. The path to the assembly file must be specified as a Unicode string.
This function has been deprecated. Use the ICLRStrongName::GetHashFromAssemblyFileW method instead.
Syntax
HRESULT GetHashFromAssemblyFileW (
[in] LPCWSTR wszFilePath,
[in, out] unsigned int *piHashAlg,
[out] BYTE *pbHash,
[in] DWORD cchHash,
[out] DWORD *pchHash
);
Parameters
wszFilePath
[in] The path to the file to be hashed. This parameter must be a Unicode string.
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 System Requirements.
Header: StrongName.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0