2 references to s_maxUrlRetrievalTimeout
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\ChainPal.OpenSsl.cs (2)
93else if (timeout > s_maxUrlRetrievalTimeout || timeout < TimeSpan.Zero) 98timeout = s_maxUrlRetrievalTimeout;