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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ServerAsyncAuthenticateTest ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AllowAnyServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
ProtocolMismatchData ( ) : IEnumerable
ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success ( SslProtocols serverProtocol ) : System.Threading.Tasks.Task
ServerAsyncAuthenticate_EachServerUnsupportedProtocol_Fail ( SslProtocols protocol ) : System.Threading.Tasks.Task
ServerAsyncAuthenticate_EachSupportedProtocol_Success ( SslProtocols protocol ) : System.Threading.Tasks.Task
ServerAsyncAuthenticate_MismatchProtocols_Fails ( SslProtocols serverProtocol, SslProtocols clientProtocol, Type expectedException ) : System.Threading.Tasks.Task
ServerAsyncAuthenticate_UnsupportedAllServer_Fail ( ) : System.Threading.Tasks.Task
ServerAsyncSslHelper ( SslProtocols clientSslProtocols, SslProtocols serverSslProtocols, bool expectedToFail = false ) : System.Threading.Tasks.Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ServerAsyncAuthenticateTest() 공개 메소드

public ServerAsyncAuthenticateTest ( ) : System.Collections.Generic
리턴 System.Collections.Generic