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