2 implementations of RemoveAllContexts
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
87public void RemoveAllContexts(UniqueId contextId)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
118public void RemoveAllContexts(System.Xml.UniqueId contextId)
4 references to RemoveAllContexts
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
896this.SessionTokenCache.RemoveAllContexts(sessionId); 1262this.Settings.SessionTokenCache.RemoveAllContexts(this.currentSessionToken.ContextId); 1315this.Settings.SessionTokenCache.RemoveAllContexts(this.currentSessionToken.ContextId); 2353this.channel.Settings.SessionTokenCache.RemoveAllContexts(this.channel.currentSessionToken.ContextId);