3 implementations of NegotiatedCipherSuite
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
599
TlsCipherSuite? ITlsHandshakeFeature.
NegotiatedCipherSuite
=> Request.NegotiatedCipherSuite;
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
411
TlsCipherSuite? ITlsHandshakeFeature.
NegotiatedCipherSuite
=> NegotiatedCipherSuite;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
113
public TlsCipherSuite?
NegotiatedCipherSuite
=> _snapshotted ? _negotiatedCipherSuite : _sslStream.NegotiatedCipherSuite;