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

crypt32

.
Summary
The CertVerifyCRLRevocation function check a CRL to determine whether a subject's certificate has or has not been revoked. The new Certificate Chain Verification Functions are recommended instead of the use of this function.
.

public static extern bool CertVerifyCRLRevocation(

.

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

.

    if(! CertVerifyCRLRevocation(0x00010001, // X509_ASN_ENCODING | PKCS_7_ASN_ENCODING

.
Documentation
[CertVerifyCRLRevocation] on MSDN

 
Access PInvoke.net directly from VS: