1 write to CheckCertificateRevocationList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
423
ServicePointManager.
CheckCertificateRevocationList
= true;
7 references to CheckCertificateRevocationList
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
171
CertificateRevocationCheckMode = ServicePointManager.
CheckCertificateRevocationList
?
179
sslStream.AuthenticateAsClient(host, _clientCertificates, (SslProtocols)ServicePointManager.SecurityProtocol, ServicePointManager.
CheckCertificateRevocationList
);
System.Net.Requests (5)
System\Net\FtpControlStream.cs (4)
201
ServicePointManager.
CheckCertificateRevocationList
,
212
ServicePointManager.
CheckCertificateRevocationList
);
407
ServicePointManager.
CheckCertificateRevocationList
,
432
ServicePointManager.
CheckCertificateRevocationList
);
System\Net\HttpWebRequest.cs (1)
144
CheckCertificateRevocationList = ServicePointManager.
CheckCertificateRevocationList
;