3 references to AuthenticateAsClient
System (2)
net\System\Net\SecureProtocols\SslStream.cs (2)
126AuthenticateAsClient(targetHost, new X509CertificateCollection(), ServicePointManager.DefaultSslProtocols, false); 131AuthenticateAsClient(targetHost, clientCertificates, ServicePointManager.DefaultSslProtocols, LocalAppContextSwitches.DontCheckCertificateRevocation ? false : checkCertificateRevocation);
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
924sslStream.AuthenticateAsClient(string.Empty, clientCertificates, this.parent.SslProtocols, false);