[DllImport("wintrust.dll", SetLastError = true)] public static extern uint WinVerifyTrust( IntPtr hWnd, IntPtr pgActionID, IntPtr pWinTrustData );
Microsoft documentation: Link
Last updated 1 year ago