CryptXmlDllGetInterface

[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptXmlDllGetInterface(
   IntPtr pwszDll,
   IntPtr pwszInterface,
   ref IntPtr ppvImpl
);

Microsoft documentation: Link

Last updated