1 instantiation of QUIC_CREDENTIAL_CONFIG
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
228QUIC_CREDENTIAL_CONFIG config = new QUIC_CREDENTIAL_CONFIG
3 references to QUIC_CREDENTIAL_CONFIG
System.Net.Quic (3)
System\Net\Quic\Internal\MsQuicApi.NativeMethods.cs (1)
129public int ConfigurationLoadCredential(MsQuicSafeHandle configuration, QUIC_CREDENTIAL_CONFIG* config)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
228QUIC_CREDENTIAL_CONFIG config = new QUIC_CREDENTIAL_CONFIG
System\Net\Quic\Interop\msquic_generated.cs (1)
3051internal delegate* unmanaged[Cdecl]<QUIC_HANDLE*, QUIC_CREDENTIAL_CONFIG*, int> ConfigurationLoadCredential;