ILogonTokenCacheManager Interface
This interface enables an application to clear the Windows token cache on demand.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ILogonTokenCacheManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FlushLogonTokenCache | Removes all tokens from the logon cache. |
![]() | RemoveCachedLogonToken | 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
