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 "CertCloseStore" in [All]

crypt32

.

    CertCloseStore(store, 0);

.

The CertCloseStore function closes a certificate store handle and reduces the reference count on the store. There needs to be a corresponding call to CertCloseStore for each successful call to the CertOpenStore or CertDuplicateStore functions.

.

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

.

public static extern bool CertCloseStore(IntPtr storeProvider, int flags);

.
Documentation
[CertCloseStore] on MSDN
.

    CertCloseStore(

.

    CertCloseStore(

.

            WinCapi.CertCloseStore(hSysStore, 0) ;

.

    BOOL      WINAPI CertCloseStore(HCERTSTORE hCertStore, DWORD dwFlags);

.

    public static extern bool CertCloseStore(

.

        WinCapi.CertCloseStore(hSysStore, 0);


 
Access PInvoke.net directly from VS: