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

crypt32

.
Summary
The CertCreateCRLContext function creates a certificate revocation list (CRL) context from an encoded CRL. The created context is not persisted to a certificate store. It makes a copy of the encoded CRL within the created context.
.

public static extern IntPtr CertCreateCRLContext(

.

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

.
Documentation
[CertCreateCRLContext] on MSDN
.

    IntPtr crlContext = CertCreateCRLContext(...);

.

    IntPtr crlContext = CertCreateCRLContext(...)


 
Access PInvoke.net directly from VS: