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