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