System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncSslHelper C# (CSharp) Method

ClientAsyncSslHelper() private method

private ClientAsyncSslHelper ( EncryptionPolicy encryptionPolicy ) : Task
encryptionPolicy EncryptionPolicy
return Task
        private Task ClientAsyncSslHelper(EncryptionPolicy encryptionPolicy)
        {
            return ClientAsyncSslHelper(encryptionPolicy, SslProtocolSupport.DefaultSslProtocols, SslProtocolSupport.DefaultSslProtocols);
        }

Same methods

ClientAsyncAuthenticateTest::ClientAsyncSslHelper ( EncryptionPolicy encryptionPolicy, SslProtocols clientSslProtocols, SslProtocols serverSslProtocols ) : Task
ClientAsyncAuthenticateTest::ClientAsyncSslHelper ( SslProtocols clientSslProtocols, SslProtocols serverSslProtocols ) : Task