1 write to CheckCertificateRevocationList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
423ServicePointManager.CheckCertificateRevocationList = true;
2 references to CheckCertificateRevocationList
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
171CertificateRevocationCheckMode = ServicePointManager.CheckCertificateRevocationList ? 179sslStream.AuthenticateAsClient(host, _clientCertificates, (SslProtocols)ServicePointManager.SecurityProtocol, ServicePointManager.CheckCertificateRevocationList);