4 references to BeginAuthenticateAsClient
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
197
sslStream.
BeginAuthenticateAsClient
(
403
sslStream.
BeginAuthenticateAsClient
(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
236
return
BeginAuthenticateAsClient
(targetHost, null, SslProtocols.None, false,
243
return
BeginAuthenticateAsClient
(targetHost, clientCertificates, SslProtocols.None, checkCertificateRevocation, asyncCallback, asyncState);