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

Inheritance: TestBase
Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode 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 méthode

protected AuthenticateClient ( string targetHost, X509CertificateCollection clientCertificates, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
targetHost string
clientCertificates System.Security.Cryptography.X509Certificates.X509CertificateCollection
checkCertificateRevocation bool
Résultat System.Threading.Tasks.Task

AuthenticateServer() protected méthode

protected AuthenticateServer ( X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
serverCertificate System.Security.Cryptography.X509Certificates.X509Certificate
clientCertificateRequired bool
checkCertificateRevocation bool
Résultat System.Threading.Tasks.Task