3 references to EndAuthenticateAsClient
System (2)
net\System\Net\SecureProtocols\SslStream.cs (2)
266
return Task.Factory.FromAsync(BeginAuthenticateAsClient,
EndAuthenticateAsClient
, targetHost, null);
278
return Task.Factory.FromAsync((callback, state) => BeginAuthenticateAsClient(targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, callback, state),
EndAuthenticateAsClient
, null);
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
1022
this.sslStream.
EndAuthenticateAsClient
(result);