1 write to _tokenCache
System.ServiceModel (1)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
64_tokenCache = _securityTokenHandlerCollection.Configuration.Caches.SessionSecurityTokenCache;
2 references to _tokenCache
System.ServiceModel (2)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
294WrappedTokenCache wrappedTokenCache = new WrappedTokenCache( _tokenCache, claimsHandler); 495SetWrappedTokenCache( new WrappedTokenCache( _tokenCache, claimsHandler ), securityTokenAuthenticator, null, claimsHandler );