C# Class System.Net.Security.Tests.SslStreamSystemDefaultTest.ApmTest

Inheritance: TestBase
Datei anzeigen Open project: dotnet/corefx

Protected Methods

Method Description
AuthenticateClient ( string targetHost, X509CertificateCollection clientCertificates, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
AuthenticateServer ( X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task

Method Details

AuthenticateClient() protected method

protected 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

AuthenticateServer() protected method

protected 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