1 override of AddOrUpdate
System.IdentityModel (1)
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (1)
107
public override void
AddOrUpdate
(string key, SecurityToken securityToken, DateTime expirationTime)
2 references to AddOrUpdate
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1696
Configuration.Caches.TokenReplayCache.
AddOrUpdate
(key, token, DateTimeUtil.Add(this.GetTokenReplayCacheEntryExpirationTime(samlToken), Configuration.MaxClockSkew));
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
843
Configuration.Caches.TokenReplayCache.
AddOrUpdate
(key, token, DateTimeUtil.Add(GetTokenReplayCacheEntryExpirationTime(samlToken), Configuration.MaxClockSkew));