[DllImport("wintrust.dll", SetLastError = true)] public static extern bool IsCatalogFile( IntPtr pwszFileName );
Microsoft documentation: Link
Last updated 1 year ago