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

AuthenticateClient() protected abstract method

protected abstract AuthenticateClient ( string targetHost, X509CertificateCollection clientCertificates, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
targetHost string
clientCertificates System.Security.Cryptography.X509Certificates.X509CertificateCollection
checkCertificateRevocation bool
return System.Threading.Tasks.Task
            protected abstract Task AuthenticateClient(string targetHost, X509CertificateCollection clientCertificates, bool checkCertificateRevocation);