C# 클래스 System.Net.Security.Tests.SslStreamAllowedProtocolsTest.SslStreamAllowedProtocolsTest_Sync

파일 보기 프로젝트 열기: dotnet/corefx

보호된 메소드들

메소드 설명
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