2 writes to CheckCertificateRevocationList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
423ServicePointManager.CheckCertificateRevocationList = true;
Microsoft.DotNet.SignCheck (1)
SignCheck.cs (1)
465ServicePointManager.CheckCertificateRevocationList = true;
5 references to CheckCertificateRevocationList
System.Net.Mail (2)
src\libraries\Common\src\System\Net\TlsStream.cs (2)
32ServicePointManager.CheckCertificateRevocationList); 41ServicePointManager.CheckCertificateRevocationList,
System.Net.Requests (3)
src\libraries\Common\src\System\Net\TlsStream.cs (2)
32ServicePointManager.CheckCertificateRevocationList); 41ServicePointManager.CheckCertificateRevocationList,
System\Net\HttpWebRequest.cs (1)
142CheckCertificateRevocationList = ServicePointManager.CheckCertificateRevocationList;