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

crypt32

.
Summary
The CertCreateCTLContext function creates a certificate trust list (CTL) context from an encoded CTL. The created context is not persisted to a certificate store. The function makes a copy of the encoded CTL within the created context.
.

    public static extern IntPtr CertCreateCTLContext(uint dwMsgAndCertEncodingType, IntPtr pbCtlEncoded, uint cbCtlEncoded);

.

        IntPtr ctlContextPtr = CertCreateCTLContext(

.

            throw new Win32Exception(Marshal.GetLastWin32Error(), "CertCreateCTLContext");

.
Documentation
[CertCreateCTLContext] on MSDN

 
Access PInvoke.net directly from VS: