7 references to QUIC_TLS_SECRETS
System.Net.Quic (7)
System\Net\Quic\Internal\MsQuicTlsSecret.cs (7)
15private unsafe QUIC_TLS_SECRETS* _tlsSecrets; 24QUIC_TLS_SECRETS* tlsSecrets = null; 27tlsSecrets = (QUIC_TLS_SECRETS*)NativeMemory.AllocZeroed((nuint)sizeof(QUIC_TLS_SECRETS)); 28MsQuicHelpers.SetMsQuicParameter(handle, QUIC_PARAM_CONN_TLS_SECRETS, (uint)sizeof(QUIC_TLS_SECRETS), (byte*)tlsSecrets); 47private unsafe MsQuicTlsSecret(QUIC_TLS_SECRETS* tlsSecrets) 132QUIC_TLS_SECRETS* tlsSecrets = _tlsSecrets;