1 implementation of NegotiatedCipherSuite
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
113
public TlsCipherSuite?
NegotiatedCipherSuite
=> _snapshotted ? _negotiatedCipherSuite : _sslStream.NegotiatedCipherSuite;