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

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

보호된 메소드들

메소드 설명
AuthenticateAsClient ( SslStream stream, bool waitForCompletion, string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation ) : void

비공개 메소드들

메소드 설명
SslStream_AuthenticateAsClientAsync_AllSupported_Success ( ) : void
SslStream_AuthenticateAsClientAsync_AllUnsupported_Fails ( ) : void
SslStream_AuthenticateAsClientAsync_Default_Success ( ) : void
SslStream_AuthenticateAsClientAsync_Invalid_Fails ( ) : void
SslStream_AuthenticateAsClientAsync_None_Success ( ) : void
SslStream_AuthenticateAsClientAsync_NotSupported_Fails ( SslProtocols protocol ) : void
SslStream_AuthenticateAsClientAsync_Supported_Success ( SslProtocols protocol ) : void
SslStream_AuthenticateAsClient_Invalid_Fails ( ) : void
SslStream_AuthenticateAsClient_Supported_Success ( SslProtocols protocol ) : void

메소드 상세

AuthenticateAsClient() 보호된 추상적인 메소드

protected abstract 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