2 references to NegotiatedCipherSuite
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
55
public TlsCipherSuite? NegotiatedCipherSuite => _sslStream.
NegotiatedCipherSuite
;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
155
$"NegotiatedCipherSuite:{sslStream.
NegotiatedCipherSuite
}, CipherAlgorithm:{sslStream.CipherAlgorithm}, CipherStrength:{sslStream.CipherStrength}, " +