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