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