3 implementations of RemoveCachedLogonToken
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
444
public bool
RemoveCachedLogonToken
(string username)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
382
public bool
RemoveCachedLogonToken
(string username)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
173
public bool
RemoveCachedLogonToken
(string username)
2 references to RemoveCachedLogonToken
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
452
removed = this.cacheManagers[i].
RemoveCachedLogonToken
(username);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
401
return manager.
RemoveCachedLogonToken
(username);