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