Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CryptQueryObject" in [All]

crypt32

.
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.
.

    [DllImport("CRYPT32.DLL", EntryPoint = "CryptQueryObject", CharSet = CharSet.Auto, SetLastError = true)]

.

    public static extern Boolean CryptQueryObject(

.

Declare Function CryptQueryObject Lib "crypt32.dll" (TODO) As TODO

.
Documentation
[CryptQueryObject] on MSDN

 
Access PInvoke.net directly from VS: