5 references to AuthenticateAsClient
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
238sslStream.AuthenticateAsClient(
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
206sslStream.AuthenticateAsClient( 426sslStream.AuthenticateAsClient(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
310AuthenticateAsClient(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols, false); 315AuthenticateAsClient(targetHost, clientCertificates, SecurityProtocol.SystemDefaultSecurityProtocols, checkCertificateRevocation);