5 references to BeginAuthenticateAsClient
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
702
IAsyncResult result = ((SslStream)_connection._stream).
BeginAuthenticateAsClient
(
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
195
sslStream.
BeginAuthenticateAsClient
(
401
sslStream.
BeginAuthenticateAsClient
(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
231
return
BeginAuthenticateAsClient
(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols, false,
238
return
BeginAuthenticateAsClient
(targetHost, clientCertificates, SecurityProtocol.SystemDefaultSecurityProtocols, checkCertificateRevocation, asyncCallback, asyncState);