1 write to _claimsHandler
System.ServiceModel (1)
System\ServiceModel\Security\WrappedTokenCache.cs (1)
43_claimsHandler = sctClaimsHandler;
13 references to _claimsHandler
System.ServiceModel (13)
System\ServiceModel\Security\WrappedTokenCache.cs (13)
55_claimsHandler.SetPrincipalBootstrapTokensAndBindIdfxAuthPolicy(token); 57SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.EndpointId, token.ContextId, token.KeyGeneration); 59DateTime expiryTime = DateTimeUtil.Add(sessionToken.ValidTo, _claimsHandler.SecurityTokenHandlerCollection.Configuration.MaxClockSkew); 65_tokenCache.RemoveAll(_claimsHandler.EndpointId); 77IEnumerable<SessionSecurityToken> cachedTokens = _tokenCache.GetAll(_claimsHandler.EndpointId, contextId); 96SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.EndpointId, contextId, generation); 120_tokenCache.RemoveAll(_claimsHandler.EndpointId, contextId); 125SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.EndpointId, contextId, generation); 136_claimsHandler.SetPrincipalBootstrapTokensAndBindIdfxAuthPolicy(token); 138SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.EndpointId, token.ContextId, token.KeyGeneration); 140DateTime expiryTime = DateTimeUtil.Add(token.ValidTo, _claimsHandler.SecurityTokenHandlerCollection.Configuration.MaxClockSkew); 152SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(_claimsHandler.EndpointId, token.ContextId, token.KeyGeneration); 154DateTime expiryTime = DateTimeUtil.Add(sessionToken.ValidTo, _claimsHandler.SecurityTokenHandlerCollection.Configuration.MaxClockSkew);