CryptGetDefaultOIDDllList

[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CryptGetDefaultOIDDllList(
   IntPtr hFuncSet,
   IntPtr pDllList
);

Microsoft documentation: Link

Last updated