StrongNameFreeBuffer Function
Frees memory that was allocated with a previous call to a strong name function such as StrongNameGetPublicKey, StrongNameTokenFromPublicKey, or StrongNameSignatureGeneration.
This function has been deprecated. Use the ICLRStrongName::StrongNameFreeBuffer method instead.
Syntax
VOID StrongNameFreeBuffer (
[in] BYTE *pbMemory
);
Parameters
pbMemory
[in] A pointer to the memory to free.
Requirements
Platforms: See System Requirements.
Header: StrongName.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.