namespace com.hitrust.Security { using System; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] internal struct SslPolicyParameters { public int cbSize; public int dwAuthType; public int fdwChecks; public IntPtr pwszServerName; } }