5 references to QUIC_TLS_PROVIDER
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (5)
192QUIC_TLS_PROVIDER provider = OperatingSystem.IsWindows() ? QUIC_TLS_PROVIDER.SCHANNEL : QUIC_TLS_PROVIDER.OPENSSL; 193paramSize = sizeof(QUIC_TLS_PROVIDER); 195UsesSChannelBackend = provider == QUIC_TLS_PROVIDER.SCHANNEL;