1 write to NegotiatedCipherSuite
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
363
NegotiatedCipherSuite
= RequestContext.GetTlsCipherSuite();
1 reference to NegotiatedCipherSuite
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
597
TlsCipherSuite? ITlsHandshakeFeature.NegotiatedCipherSuite => Request.
NegotiatedCipherSuite
;