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

crypt32

.
Summary
The CertFindCertificateInCRL function search the CRL's list of entries for the specified certificate
.

public static extern bool CertFindCertificateInCRL(

.

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

.

    if(CertFindCertificateInCRL(certContext, crlContext, 0, IntPtr.Zero, ref pCrlEntry))

.
Documentation
[CertFindCertificateInCRL] on MSDN
.

Better use CertFindCertificateInCRL


 
Access PInvoke.net directly from VS: