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