Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ILogonTokenCacheManager Interface

 

This interface enables an application to clear the Windows token cache on demand.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public interface class ILogonTokenCacheManager

NameDescription
System_CAPS_pubmethodFlushLogonTokenCache()

Removes all tokens from the logon cache.

System_CAPS_pubmethodRemoveCachedLogonToken(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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft