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