2 writes to TokenReplayCache
System.IdentityModel (2)
System\IdentityModel\Configuration\IdentityConfiguration.cs (2)
570handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.Resolve<TokenReplayCache>(element.Caches.TokenReplayCache); 672handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.Resolve<TokenReplayCache>(element.Caches.TokenReplayCache);
6 references to TokenReplayCache
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
1661if (Configuration.Caches.TokenReplayCache == null) 1688if (Configuration.Caches.TokenReplayCache.Contains(key)) 1696Configuration.Caches.TokenReplayCache.AddOrUpdate(key, token, DateTimeUtil.Add(this.GetTokenReplayCacheEntryExpirationTime(samlToken), Configuration.MaxClockSkew));
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
800if (Configuration.Caches.TokenReplayCache == null) 828if (Configuration.Caches.TokenReplayCache.Contains(key)) 843Configuration.Caches.TokenReplayCache.AddOrUpdate(key, token, DateTimeUtil.Add(GetTokenReplayCacheEntryExpirationTime(samlToken), Configuration.MaxClockSkew));