1 write to CipherStrength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
356CipherStrength = (int)handshake.CipherStrength;
1 reference to CipherStrength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
597int ITlsHandshakeFeature.CipherStrength => Request.CipherStrength;