@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CryptQueryObject function retrieves information about the contents of a cryptography API object, such as a certificate, a certificate revocation list, or a certificate trust list. The object can either reside in a structure in memory or be contained in a file. !!!!C# Signature: [DllImport("CRYPT32.DLL", EntryPoint = "CryptQueryObject", CharSet = CharSet.Auto, SetLastError = true)] public static extern Boolean CryptQueryObject( Int32 dwObjectType, [MarshalAs(UnmanagedType.LPWStr)]String pvObject, Int32 dwExpectedContentTypeFlags, Int32 dwExpectedFormatTypeFlags, Int32 dwFlags, IntPtr pdwMsgAndCertEncodingType, IntPtr pdwContentType, IntPtr pdwFormatType, IntPtr phCertStore, IntPtr phMsg, ref IntPtr ppvContext ); !!!!VB Signature: Declare Function CryptQueryObject Lib "crypt32.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: CryptQueryObject@msdn on MSDN
Edit crypt32.CryptQuer...
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.