Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 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 .NET Framework System Requirements.
Header: StrongName.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0