नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets the buffer size required for a hash, using the specified hash algorithm.
This function has been deprecated. Use the ICLRStrongName::StrongNameHashSize method instead.
Syntax
BOOLEAN StrongNameHashSize (
[in] ULONG ulHashAlg,
[out] DWORD *pcbSize
);
Parameters
ulHashAlg
[in] The hash algorithm used to compute the buffer size.
pcbSize
[out] The returned buffer size, in bytes.
Return Value
true on successful completion; otherwise, false.
Remarks
If the StrongNameHashSize function does not complete successfully, call the StrongNameErrorInfo function to retrieve the last generated error.
Requirements
Platforms: See System Requirements.
Header: StrongName.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0