4 references to AuthenticateAsClient
System.Net.Mail (1)
src\libraries\Common\src\System\Net\TlsStream.cs (1)
28_sslStream.AuthenticateAsClient(
System.Net.Requests (1)
src\libraries\Common\src\System\Net\TlsStream.cs (1)
28_sslStream.AuthenticateAsClient(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
308AuthenticateAsClient(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols, false); 313AuthenticateAsClient(targetHost, clientCertificates, SecurityProtocol.SystemDefaultSecurityProtocols, checkCertificateRevocation);