3 implementations of FlushLogonTokenCache
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
461
public void
FlushLogonTokenCache
()
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
408
public void
FlushLogonTokenCache
()
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
181
public void
FlushLogonTokenCache
()
2 references to FlushLogonTokenCache
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
467
this.cacheManagers[i].
FlushLogonTokenCache
();
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
427
manager.
FlushLogonTokenCache
();