@msdn=http://msdn.microsoft.com/en-us/library/aa381486(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [StructLayout(LayoutKind.Sequential)] public struct CTL_CONTEXT { public uint dwMsgAndCertEncodingType; public IntPtr pbCtlEncoded; public uint cbCtlEncoded; public IntPtr pCtlInfo; public IntPtr hCertStore; public IntPtr hCryptMsg; public IntPtr pbCtlContent; public uint cbCtlContent; } !!!!VB Signature: !!!!User-Defined Types: !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: CTL_CONTEXT ctlContext = (CTL_CONTEXT)Marshal.PtrToStructure( ctlContextPtr, typeof(CTL_CONTEXT)); Documentation: CTL_CONTEXT@msdn on MSDN
Edit crypt32.CTL_CONTEXT
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.