4 references to BeginAuthenticateAsClient
System (3)
net\System\Net\SecureProtocols\SslStream.cs (3)
146
return
BeginAuthenticateAsClient
(targetHost, new X509CertificateCollection(), ServicePointManager.DefaultSslProtocols, false,
155
return
BeginAuthenticateAsClient
(targetHost, clientCertificates, ServicePointManager.DefaultSslProtocols, checkCertificateRevocation, asyncCallback, asyncState);
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)
1008
return this.sslStream.
BeginAuthenticateAsClient
(string.Empty, this.clientCertificates,