2 references to CipherType
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
365CipherAlgorithm = (CipherAlgorithmType)handshake.CipherType;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
HttpsTests.cs (1)
223Assert.Equal((uint)tlsFeature.CipherAlgorithm, tlsCopy.CipherType);