@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CRL_CONTEXT structure contains both the encoded and decoded representations of a CRL. CRL contexts returned by any CryptoAPI function must be freed by calling the CertFreeCRLContext function. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct CRL_CONTEXT { public uint dwCertEncodingType; [MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] public byte[] pbCrlEncoded; public uint cbCrlEncoded; public IntPtr pCrlInfo; public IntPtr hCertStore; } !!!!VB Definition: Structure CRL_CONTEXT Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: CRL_CONTEXT@msdn on MSDN
Edit Structures.CRL_CO...
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.