1 write to UsesSChannelBackend
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicApi.cs (1)
195
UsesSChannelBackend
= provider == QUIC_TLS_PROVIDER.SCHANNEL;
6 references to UsesSChannelBackend
System.Net.Quic (6)
System\Net\Quic\Internal\MsQuicApi.cs (1)
197
if (
UsesSChannelBackend
)
System\Net\Quic\Internal\MsQuicConfiguration.cs (4)
27
if (MsQuicApi.
UsesSChannelBackend
)
187
if (!MsQuicApi.
UsesSChannelBackend
)
202
if (!MsQuicApi.
UsesSChannelBackend
&& certificate is X509Certificate2 cert && intermediates is null)
240
else if (MsQuicApi.
UsesSChannelBackend
)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
85
if (MsQuicApi.
UsesSChannelBackend
)