namespace com.hitrust.b2b.Security { using System; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] internal struct CertificateContext { public int dwCertEncodingType; public IntPtr pbCertEncoded; public int cbCertEncoded; public IntPtr pCertInfo; public IntPtr hCertStore; } }