1 override of AddOrUpdate
System.IdentityModel (1)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
151public override void AddOrUpdate(SessionSecurityTokenCacheKey key, SessionSecurityToken value, DateTime expirationTime)
3 references to AddOrUpdate
System.ServiceModel (3)
System\ServiceModel\Security\WrappedTokenCache.cs (3)
60_tokenCache.AddOrUpdate(key, sessionToken, expiryTime); 141_tokenCache.AddOrUpdate(key, sessionToken, expiryTime); 159_tokenCache.AddOrUpdate(key, sessionToken, expiryTime);