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)
119
public int CipherStrength => _snapshotted ?
_cipherStrength
: _sslStream.CipherStrength;