4 references to BeginAuthenticateAsServer
System (3)
net\System\Net\SecureProtocols\SslStream.cs (3)
207
return
BeginAuthenticateAsServer
(serverCertificate, false, ServicePointManager.DefaultSslProtocols, false,
217
return
BeginAuthenticateAsServer
(serverCertificate, clientCertificateRequired, ServicePointManager.DefaultSslProtocols, checkCertificateRevocation, asyncCallback, asyncState);
296
return Task.Factory.FromAsync((callback, state) =>
BeginAuthenticateAsServer
(serverCertificate, clientCertificateRequired, enabledSslProtocols, checkCertificateRevocation, callback, state), EndAuthenticateAsServer, null);
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
716
return this.sslStream.
BeginAuthenticateAsServer
(this.acceptor.parent.ServerCertificate,