1 write to CheckCertificateRevocationList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
423
ServicePointManager.
CheckCertificateRevocationList
= true;
2 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
);