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