ILogonTokenCacheManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface enables an application to clear the Windows token cache on demand.
public interface class ILogonTokenCacheManager
public interface ILogonTokenCacheManager
type ILogonTokenCacheManager = interface
Public Interface ILogonTokenCacheManager
Remarks
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.
Methods
FlushLogonTokenCache() |
Removes all tokens from the logon cache. |
RemoveCachedLogonToken(String) |
Removes the specified token from the logon cache. |