C# 클래스 System.Net.Security.Tests.SslStreamSystemDefaultTest.ApmTest

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

보호된 메소드들

메소드 설명
AuthenticateClient ( string targetHost, X509CertificateCollection clientCertificates, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
AuthenticateServer ( X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task

메소드 상세

AuthenticateClient() 보호된 메소드

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

AuthenticateServer() 보호된 메소드

protected AuthenticateServer ( X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task
serverCertificate System.Security.Cryptography.X509Certificates.X509Certificate
clientCertificateRequired bool
checkCertificateRevocation bool
리턴 System.Threading.Tasks.Task