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 in the .NET Framework version 4. Use the ICLRStrongName::StrongNameFreeBuffer method instead.

VOID StrongNameFreeBuffer ( 
   [in] BYTE   *pbMemory
);

Parameters

  • pbMemory
    [in] A pointer to the memory to free.

Requirements

Platforms: See .NET Framework System Requirements.

Header: StrongName.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICLRStrongName::StrongNameFreeBuffer Method

ICLRStrongName Interface