ILogonTokenCacheManager Interface
This interface enables an application to clear the Windows token cache on demand.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FlushLogonTokenCache() | Removes all tokens from the logon cache. |
![]() | RemoveCachedLogonToken(String^) | Removes the specified token from the logon cache. |
Without this interface, there is no way to remove Windows tokens obtained by logging on with the user name and password supplied with the message from the Windows logon tokens cache. When an application needs to log off a user by providing a logoff operation on its contract, there is no way to remove all traces of the user from the system: the cached Windows token that represents the user is held in the memory until its time-to-live expires and the token is removed from the cache.
Available since 3.0
