5 references to AuthenticateAsClient
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
179sslStream.AuthenticateAsClient(host, _clientCertificates, (SslProtocols)ServicePointManager.SecurityProtocol, ServicePointManager.CheckCertificateRevocationList);
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
208sslStream.AuthenticateAsClient( 428sslStream.AuthenticateAsClient(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
315AuthenticateAsClient(targetHost, null, SslProtocols.None, false); 320AuthenticateAsClient(targetHost, clientCertificates, SslProtocols.None, checkCertificateRevocation);