WsFreeSecurityToken function
Releases the memory resource associated with a Security Token object.
Syntax
void WINAPI WsFreeSecurityToken(
_In_ WS_SECURITY_TOKEN* token
);
Parameters
- token [in]
-
A pointer to the Security Token object to release. The pointer must reference a valid WS_SECURITY_TOKEN object returned by WsCreateXmlSecurityToken.
Return value
This function does not return a value.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Community Additions
ADD
Show: