2 references to KeyExchangeStrength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
370
KeyExchangeStrength = (int)handshake.
KeyExchangeStrength
;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
HttpsTests.cs (1)
228
Assert.Equal(tlsFeature.KeyExchangeStrength, (int)tlsCopy.
KeyExchangeStrength
);