1 instantiation of MsQuicTlsSecret
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicTlsSecret.cs (1)
29
MsQuicTlsSecret instance = new
MsQuicTlsSecret
(tlsSecrets);
5 references to MsQuicTlsSecret
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicTlsSecret.cs (2)
17
public static unsafe
MsQuicTlsSecret
? Create(MsQuicContextSafeHandle handle)
29
MsQuicTlsSecret
instance = new MsQuicTlsSecret(tlsSecrets);
System\Net\Quic\QuicConnection.cs (3)
230
private readonly
MsQuicTlsSecret
? _tlsSecret;
342
_tlsSecret =
MsQuicTlsSecret
.Create(_handle);
371
_tlsSecret =
MsQuicTlsSecret
.Create(_handle);