2 references to KeyExchangeType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
369KeyExchangeAlgorithm = (ExchangeAlgorithmType)handshake.KeyExchangeType;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
HttpsTests.cs (1)
227Assert.Equal((uint)tlsFeature.KeyExchangeAlgorithm, tlsCopy.KeyExchangeType);