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

ClientAsyncAuthenticate_IndividualServerVsAllClientSupportedProtocols_Success() private method

private ClientAsyncAuthenticate_IndividualServerVsAllClientSupportedProtocols_Success ( SslProtocols serverProtocol ) : Task
serverProtocol SslProtocols
return Task
        public async Task ClientAsyncAuthenticate_IndividualServerVsAllClientSupportedProtocols_Success(
            SslProtocols serverProtocol)
        {
            await ClientAsyncSslHelper(SslProtocolSupport.SupportedSslProtocols, serverProtocol);
            // Cached Tls creds fail when used against Tls servers of higher versions.
            // Servers are not expected to dynamically change versions.
        }