4 references to BeginAuthenticateAsClient
System.Net.Mail (1)
src\libraries\Common\src\System\Net\TlsStream.cs (1)
37return _sslStream.BeginAuthenticateAsClient(
System.Net.Requests (1)
src\libraries\Common\src\System\Net\TlsStream.cs (1)
37return _sslStream.BeginAuthenticateAsClient(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
229return BeginAuthenticateAsClient(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols, false, 236return BeginAuthenticateAsClient(targetHost, clientCertificates, SecurityProtocol.SystemDefaultSecurityProtocols, checkCertificateRevocation, asyncCallback, asyncState);