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)
294
WrappedTokenCache wrappedTokenCache = new WrappedTokenCache(
_tokenCache
, claimsHandler);
495
SetWrappedTokenCache( new WrappedTokenCache(
_tokenCache
, claimsHandler ), securityTokenAuthenticator, null, claimsHandler );