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