1 write to tokenCache
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
39
this.
tokenCache
= new SecurityContextTokenCache(this.capacity, this.removeOldestTokensOnCacheFull, clockSkew);
9 references to tokenCache
System.ServiceModel (9)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (9)
68
this.
tokenCache
.AddContext(token);
73
return this.
tokenCache
.TryAddContext(token);
79
this.
tokenCache
.ClearContexts();
84
this.
tokenCache
.RemoveContext(contextId, generation, false);
89
this.
tokenCache
.RemoveAllContexts(contextId);
94
return this.
tokenCache
.GetContext(contextId, generation);
99
return this.
tokenCache
.GetAllContexts(contextId);
104
this.
tokenCache
.UpdateContextCachingTime(context, expirationTime);
112
token = this.
tokenCache
.GetContext(sctSkiClause.ContextId, sctSkiClause.Generation);