C# Класс System.Net.Security.Tests.SslStreamAllowedProtocolsTest.SslStreamAllowedProtocolsTest_Sync

Наследование: SslStreamAllowedProtocolsTest
Показать файл Открыть проект

Защищенные методы

Метод Описание
AuthenticateAsClient ( SslStream stream, bool waitForCompletion, string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation ) : void

Описание методов

AuthenticateAsClient() защищенный Метод

protected AuthenticateAsClient ( SslStream stream, bool waitForCompletion, string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation ) : void
stream SslStream
waitForCompletion bool
targetHost string
clientCertificates System.Security.Cryptography.X509Certificates.X509CertificateCollection
enabledSslProtocols SslProtocols
checkCertificateRevocation bool
Результат void