메소드 |
설명 |
|
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 |
|
|