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