@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct CERT_REVOCATION_PARA { public int cbSize; public IntPtr pIssuerCert; public uint cCertStore; public IntPtr rgCertStore; public IntPtr hCrlStore; public IntPtr pftTimeToUse; public uint dwUrlRetrievalTimeout; public bool fCheckFreshnessTime; public uint dwFreshnessTime; public IntPtr pftCurrentTime; public IntPtr pCrlInfo; } !!!!VB Definition: Structure CERT_REVOCATION_PARA Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: CERT_REVOCATION_PARA@msdn on MSDN
Edit Structures.CERT_R...
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.