2 references to TLS_AES_128_CCM_SHA256
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
325
case TlsCipherSuite.
TLS_AES_128_CCM_SHA256
: // not supported by MsQuic (yet?), but QUIC RFC allows it so we ignore it.
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
192
case TlsCipherSuite.
TLS_AES_128_CCM_SHA256
: return 0 << 12 | 5 << 8 | 3 << 4 | 0;