Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases the memory resource associated with a Security Token object.
Syntax
void WsFreeSecurityToken(
[in] WS_SECURITY_TOKEN *token
);
Parameters
[in] token
A pointer to the Security Token object to release. The pointer must reference a valid WS_SECURITY_TOKEN object returned by WsCreateXmlSecurityToken.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | webservices.h |
Library | WebServices.lib |
DLL | WebServices.dll |