1 write to _tokenCache
System.ServiceModel (1)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
42
_tokenCache
= tokenCache;
9 references to _tokenCache
System.ServiceModel (9)
System\ServiceModel\Security\WrappedTokenCache.cs (9)
60
_tokenCache
.AddOrUpdate(key, sessionToken, expiryTime);
65
_tokenCache
.RemoveAll(_claimsHandler.EndpointId);
77
IEnumerable<SessionSecurityToken> cachedTokens =
_tokenCache
.GetAll(_claimsHandler.EndpointId, contextId);
97
token =
_tokenCache
.Get(key);
120
_tokenCache
.RemoveAll(_claimsHandler.EndpointId, contextId);
126
_tokenCache
.Remove(key);
141
_tokenCache
.AddOrUpdate(key, sessionToken, expiryTime);
155
if (
_tokenCache
.Get(key) == null)
159
_tokenCache
.AddOrUpdate(key, sessionToken, expiryTime);