Changed WIN_CERTIFICATE.bCertificate from IntPtr to byte

pull/161/head
dahall 2020-08-05 10:39:49 -06:00
parent ca4a401713
commit f1c1ef8317
1 changed files with 1 additions and 1 deletions

View File

@ -2136,7 +2136,7 @@ namespace Vanara.PInvoke
/// <para>An array of certificates.</para>
/// <para>The format of this member depends on the value of wCertificateType.</para>
/// </summary>
public IntPtr bCertificate;
public byte bCertificate;
}
/// <summary>