2 writes to CheckCertificateRevocationList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
423
ServicePointManager.
CheckCertificateRevocationList
= true;
Microsoft.DotNet.SignCheck (1)
SignCheck.cs (1)
465
ServicePointManager.
CheckCertificateRevocationList
= true;
7 references to CheckCertificateRevocationList
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
242
ServicePointManager.
CheckCertificateRevocationList
);
706
ServicePointManager.
CheckCertificateRevocationList
,
System.Net.Requests (5)
System\Net\FtpControlStream.cs (4)
199
ServicePointManager.
CheckCertificateRevocationList
,
210
ServicePointManager.
CheckCertificateRevocationList
);
405
ServicePointManager.
CheckCertificateRevocationList
,
430
ServicePointManager.
CheckCertificateRevocationList
);
System\Net\HttpWebRequest.cs (1)
144
CheckCertificateRevocationList = ServicePointManager.
CheckCertificateRevocationList
;