System.Net.Security.Tests.SslStreamSystemDefaultTest.TestBase.AuthenticateServer C# (CSharp) Method

AuthenticateServer() protected abstract method

protected abstract AuthenticateServer ( X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
serverCertificate System.Security.Cryptography.X509Certificates.X509Certificate
clientCertificateRequired bool
checkCertificateRevocation bool
return System.Threading.Tasks.Task
            protected abstract Task AuthenticateServer(X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation);