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