4 references to CipherStrength
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\TlsConnectionFeature.cs (2)
70
_cipherStrength = _sslStream.
CipherStrength
;
119
public int CipherStrength => _snapshotted ? _cipherStrength : _sslStream.
CipherStrength
;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
159
$"NegotiatedCipherSuite:{sslStream.NegotiatedCipherSuite}, CipherAlgorithm:{sslStream.CipherAlgorithm}, CipherStrength:{sslStream.
CipherStrength
}, " +
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
425
CipherStrength
,