1 instantiation of QUIC_CREDENTIAL_CONFIG
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
228
QUIC_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)
129
public int ConfigurationLoadCredential(MsQuicSafeHandle configuration,
QUIC_CREDENTIAL_CONFIG
* config)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
228
QUIC_CREDENTIAL_CONFIG
config = new QUIC_CREDENTIAL_CONFIG
System\Net\Quic\Interop\msquic_generated.cs (1)
3051
internal delegate* unmanaged[Cdecl]<QUIC_HANDLE*,
QUIC_CREDENTIAL_CONFIG
*, int> ConfigurationLoadCredential;