1 write to _cipherStrength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
70_cipherStrength = _sslStream.CipherStrength;
1 reference to _cipherStrength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
119public int CipherStrength => _snapshotted ? _cipherStrength : _sslStream.CipherStrength;