6 references to SessionTokenCache
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
896this.SessionTokenCache.RemoveAllContexts(sessionId); 1262this.Settings.SessionTokenCache.RemoveAllContexts(this.currentSessionToken.ContextId); 1315this.Settings.SessionTokenCache.RemoveAllContexts(this.currentSessionToken.ContextId); 1426this.settings.SessionTokenCache.UpdateContextCachingTime(this.currentSessionToken, keyRolloverTime); 1440this.Settings.SessionTokenCache.RemoveContext(futureSessionTokens[i].ContextId, futureSessionTokens[i].KeyGeneration); 2353this.channel.Settings.SessionTokenCache.RemoveAllContexts(this.channel.currentSessionToken.ContextId);