C# Class System.Net.Security.Tests.ServerAsyncAuthenticateTest

Inheritance: IDisposable
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
Dispose ( ) : void
ServerAsyncAuthenticateTest ( ) : System.Collections.Generic

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ServerAsyncAuthenticateTest() public method

public ServerAsyncAuthenticateTest ( ) : System.Collections.Generic
return System.Collections.Generic