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;
7 references to CheckCertificateRevocationList
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
242ServicePointManager.CheckCertificateRevocationList); 706ServicePointManager.CheckCertificateRevocationList,
System.Net.Requests (5)
System\Net\FtpControlStream.cs (4)
199ServicePointManager.CheckCertificateRevocationList, 210ServicePointManager.CheckCertificateRevocationList); 405ServicePointManager.CheckCertificateRevocationList, 430ServicePointManager.CheckCertificateRevocationList);
System\Net\HttpWebRequest.cs (1)
144CheckCertificateRevocationList = ServicePointManager.CheckCertificateRevocationList;