3 references to CipherStrength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
59
public int CipherStrength => _sslStream.
CipherStrength
;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
155
$"NegotiatedCipherSuite:{sslStream.NegotiatedCipherSuite}, CipherAlgorithm:{sslStream.CipherAlgorithm}, CipherStrength:{sslStream.
CipherStrength
}, " +
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
400
CipherStrength
,