WinVerifyTrust

[DllImport("wintrust.dll", SetLastError = true)]
public static extern uint WinVerifyTrust(
   IntPtr hWnd,
   IntPtr pgActionID,
   IntPtr pWinTrustData
);

Microsoft documentation: Link

Last updated