C# Класс System.Net.Security.Tests.ServerAsyncAuthenticateTest

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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