共用方式為


GetHashFromAssemblyFileW 函式

使用指定的雜湊演算法取得所指定組件檔案的雜湊。 組件檔案的路徑必須指定為 Unicode 字串。

此函式已被取代。 請改用 ICLRStrongName::GetHashFromAssemblyFileW 方法。

語法

HRESULT GetHashFromAssemblyFileW (  
    [in]  LPCWSTR   wszFilePath,  
    [in, out] unsigned int   *piHashAlg,  
    [out] BYTE      *pbHash,  
    [in]  DWORD     cchHash,  
    [out] DWORD     *pchHash  
);  

參數

wszFilePath
[in] 要進行雜湊處理的檔案所在路徑。 此參數必須是 Unicode 字串。

piHashAlg
[in, out] 可指定雜湊演算法的常數。 對預設雜湊演算法使用零。

pbHash
[out] 傳回的雜湊緩衝區。

cchHash
[in] 要求的 pbHash 大小上限。

pchHash
[out] 傳回 pbHash 的大小,單位是位元組。

規格需求

平台:請參閱系統需求

標頭:StrongName.h

程式庫:包含作為 MSCorEE.dll 中的資源

.NET Framework版本:自 1.0 起可用

另請參閱