5 references to AuthenticateAsClientAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
200await stream.AuthenticateAsClientAsync(new SslClientAuthenticationOptions
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectHelper.cs (1)
68await sslStream.AuthenticateAsClientAsync(sslOptions, cancellationToken).ConfigureAwait(false);
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
165await sslStream.AuthenticateAsClientAsync(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
262TaskToAsyncResult.Begin(AuthenticateAsClientAsync(sslClientAuthenticationOptions, cancellationToken)!, asyncCallback, asyncState); 395return AuthenticateAsClientAsync(options);