StrongNameFreeBuffer Function

Frees memory that was allocated with a previous call to a strong name function such as StrongNameGetPublicKey Function, StrongNameTokenFromPublicKey Function, or StrongNameSignatureGeneration Function.

VOID StrongNameFreeBuffer ( 
      [in] BYTE   *pbMemory
);

Parameters

Parameter Description

pbMemory

[in] A pointer to the memory to free.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: StrongName.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Other Resources

Strong Naming Global Static Functions