1 write to _negotiatedCipherSuite
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
635
_negotiatedCipherSuite
= (TlsCipherSuite)info.CipherSuite;
1 reference to _negotiatedCipherSuite
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
303
public TlsCipherSuite NegotiatedCipherSuite =>
_negotiatedCipherSuite
;