ICLRStrongName::StrongNameHashSize Method
Updated: July 2010
Gets the buffer size required for a hash, using the specified hash algorithm.
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 if the method completed successfully; otherwise, false.
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
Change History
Date |
History |
Reason |
---|---|---|
July 2010 |
Added topic. |
Information enhancement. |