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);
57
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(
_claimsHandler
.EndpointId, token.ContextId, token.KeyGeneration);
59
DateTime expiryTime = DateTimeUtil.Add(sessionToken.ValidTo,
_claimsHandler
.SecurityTokenHandlerCollection.Configuration.MaxClockSkew);
65
_tokenCache.RemoveAll(
_claimsHandler
.EndpointId);
77
IEnumerable<SessionSecurityToken> cachedTokens = _tokenCache.GetAll(
_claimsHandler
.EndpointId, contextId);
96
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(
_claimsHandler
.EndpointId, contextId, generation);
120
_tokenCache.RemoveAll(
_claimsHandler
.EndpointId, contextId);
125
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(
_claimsHandler
.EndpointId, contextId, generation);
136
_claimsHandler
.SetPrincipalBootstrapTokensAndBindIdfxAuthPolicy(token);
138
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(
_claimsHandler
.EndpointId, token.ContextId, token.KeyGeneration);
140
DateTime expiryTime = DateTimeUtil.Add(token.ValidTo,
_claimsHandler
.SecurityTokenHandlerCollection.Configuration.MaxClockSkew);
152
SessionSecurityTokenCacheKey key = new SessionSecurityTokenCacheKey(
_claimsHandler
.EndpointId, token.ContextId, token.KeyGeneration);
154
DateTime expiryTime = DateTimeUtil.Add(sessionToken.ValidTo,
_claimsHandler
.SecurityTokenHandlerCollection.Configuration.MaxClockSkew);