CertFreeCertificateContext (crypt32)
Last changed: -66.46.213.4

.
Summary
Frees a certificate context by decrementing its reference count.

C# Signature:

[DllImport("crypt32.dll")]
static extern bool CertFreeCertificateContext(IntPtr pCertContext);

VB .NET Signature:

Declare Function CertFreeCertificateContext Lib "crypt32.dll" _
   (pCertContext As IntPtr) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation