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