StrongNameFreeBuffer
.NET Framework 1.1
Frees memory allocated with a previous call to a strong name method such as StrongNameGetPublicKey, StrongNameTokenFromPublicKey, or StrongNameSignatureGeneration.
Syntax
HRESULT StrongNameFreeBuffer(
BYTE *pbMemory
);
Parameters
- pbMemory
- The memory to free.