From f1c1ef83170afdcdd62f358efc27e93cae099f56 Mon Sep 17 00:00:00 2001 From: dahall Date: Wed, 5 Aug 2020 10:39:49 -0600 Subject: [PATCH] Changed WIN_CERTIFICATE.bCertificate from IntPtr to byte --- PInvoke/WinTrust/WinTrust.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PInvoke/WinTrust/WinTrust.cs b/PInvoke/WinTrust/WinTrust.cs index 14dbf7eb..c17202ea 100644 --- a/PInvoke/WinTrust/WinTrust.cs +++ b/PInvoke/WinTrust/WinTrust.cs @@ -2136,7 +2136,7 @@ namespace Vanara.PInvoke /// An array of certificates. /// The format of this member depends on the value of wCertificateType. /// - public IntPtr bCertificate; + public byte bCertificate; } ///