1 instantiation of CachedCertificateValue
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpHandler.cs (1)
1723if (_cachedCertificates.TryAdd(key, new CachedCertificateValue(rawCertificateData, Stopwatch.GetTimestamp())))
3 references to CachedCertificateValue
System.Net.Http.WinHttpHandler (3)
System\Net\Http\WinHttpHandler.cs (3)
100private readonly ConcurrentDictionary<CachedCertificateKey, CachedCertificateValue> _cachedCertificates = new(); 1710if (_cachedCertificates.TryGetValue(key, out CachedCertificateValue? cachedValue)) 1751foreach (KeyValuePair<CachedCertificateKey, CachedCertificateValue> kvPair in _cachedCertificates)