FreeToken

Frees the memory allocated to the security token.

                                    
                                    BOOL 
                                
                                    
                                    __stdcall FreeToken( __in PGENERIC_XML_TOKEN pAllocMemory );
                                

Parameters

Parameter Description

pAllocMemory

Pointer to the memory location that contains the token to be freed. The memory must have been returned from a previous call to GetToken.

Property Value/Return Value

true if the memory location that is pointed to by the buffer is not NULL; otherwise, false.

See Also

Reference

Decrypt
Encrypt

Concepts

HRESULTS Returned

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.