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

crypt32

.

The CTL_CONTEXT must be freed by calling CertFreeCTLContext. CertDuplicateCTLContext can be called to make a duplicate. CertSetCTLContextProperty and CertGetCTLContextProperty can be called to store and read properties for the CTL.

.

            CertFreeCTLContext(ctlContextPtr);

.

    public static extern IntPtr CertFreeCTLContext(IntPtr pCtlContext);

.

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

.
Documentation
[CertFreeCTLContext] on MSDN

 
Access PInvoke.net directly from VS: