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