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

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
ClientAsyncAuthenticateTest ( ) : System.Collections.Generic

Private Methods

Method Description
AllowAnyServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
ClientAsyncAuthenticate_AllServerAllClient_Success ( ) : Task
ClientAsyncAuthenticate_AllServerVsIndividualClientSupportedProtocols_Success ( SslProtocols clientProtocol ) : Task
ClientAsyncAuthenticate_EachClientUnsupportedProtocol_Fail ( SslProtocols protocol ) : Task
ClientAsyncAuthenticate_EachSupportedProtocol_Success ( SslProtocols protocol ) : Task
ClientAsyncAuthenticate_IndividualServerVsAllClientSupportedProtocols_Success ( SslProtocols serverProtocol ) : Task
ClientAsyncAuthenticate_MismatchProtocols_Fails ( SslProtocols serverProtocol, SslProtocols clientProtocol, Type expectedException ) : Task
ClientAsyncAuthenticate_ServerNoEncryption_NoConnect ( ) : Task
ClientAsyncAuthenticate_ServerRequireEncryption_ConnectWithEncryption ( ) : Task
ClientAsyncAuthenticate_UnsupportedAllClient_Fail ( ) : Task
ClientAsyncSslHelper ( EncryptionPolicy encryptionPolicy ) : Task
ClientAsyncSslHelper ( EncryptionPolicy encryptionPolicy, SslProtocols clientSslProtocols, SslProtocols serverSslProtocols ) : Task
ClientAsyncSslHelper ( SslProtocols clientSslProtocols, SslProtocols serverSslProtocols ) : Task
ProtocolMismatchData ( ) : IEnumerable

Method Details

ClientAsyncAuthenticateTest() public method

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