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