ILogonTokenCacheManager Interface

Definition

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.

Applies to