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