System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success C# (CSharp) Method

ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success() private method

private ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success ( SslProtocols serverProtocol ) : System.Threading.Tasks.Task
serverProtocol SslProtocols
return System.Threading.Tasks.Task
        public async Task ServerAsyncAuthenticate_AllClientVsIndividualServerSupportedProtocols_Success(
            SslProtocols serverProtocol)
        {
            await ServerAsyncSslHelper(SslProtocolSupport.SupportedSslProtocols, serverProtocol);
        }